wohali commented on issue #1841: start_time in _replicate response not using UTC URL: https://github.com/apache/couchdb/issues/1841#issuecomment-452212308 Hi @skeyby , Ah, didn't realize you were on FreeBSD. In this case it's using what's at `/etc/localtime`: ``` cd /usr/share/zoneinfo/ && find * -type f -exec cmp -s {} /etc/localtime \; -print; ``` will tell you what you have it set to. You can simply `cp /usr/share/zoneinfo/UTC /etc/localtime` to work around this for now if you want. Of course, all times in your shell will now be in UTC instead of in GMT+1.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
