Github user rip-nsk commented on a diff in the pull request:

    https://github.com/apache/orc/pull/265#discussion_r186869413
  
    --- Diff: c++/src/Timezone.cc ---
    @@ -710,7 +710,11 @@ namespace orc {
        * Get the local timezone.
        */
       const Timezone& getLocalTimezone() {
    +#ifdef _MSC_VER
    +    return getTimezoneByName("UTC");
    --- End diff --
    
    So, proposed solution (local == UTC) will work until we read of the file 
created using java writer.


---

Reply via email to