[
https://issues.apache.org/jira/browse/COUCHDB-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843494#comment-13843494
]
Alexander Shorin commented on COUCHDB-1955:
-------------------------------------------
I think this issue also depends from COUCHDB-1401. Having better logging
subsystem will allow everyone use those log format that they like/need and this
issue wouldn't break too much things.
But anyway, currently CouchDB
[logs|https://github.com/apache/couchdb/blob/master/src/couchdb/couch_log.erl#L210]
are using
[timestamp|https://github.com/apache/couchdb/blob/master/src/couchdb/couch_util.erl#L450]
in [RFC-1123|http://tools.ietf.org/html/rfc1123.html#section-5.2.14] format
which based on [RFC-822|http://tools.ietf.org/html/rfc822.html#section-5.1]
that doesn't have any UTC, but GMT and
[UT|https://en.wikipedia.org/wiki/Universal_Time]. UT seems to be also
different from UTC in details.
> Logs should use UTC timestamps
> ------------------------------
>
> Key: COUCHDB-1955
> URL: https://issues.apache.org/jira/browse/COUCHDB-1955
> Project: CouchDB
> Issue Type: Bug
> Reporter: Jan Lehnardt
>
> We currently log GMT while the rest of the world uses UTC (IIRC).
> This ticket is to figure out if that’s actually true and if it is, what we
> can do to transition.
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)