Dieterbe / anthracite

an event / change logging/managament app
Apache License 2.0
295 stars 33 forks source link

Improve/fix iso8601 timestamp parsing and generation #20

Open blalor opened 9 years ago

blalor commented 9 years ago

Improves compatibility with Logstash, Kibana, Grafana. Timezone always stored in UTC with "Z", and parsing supports fractions of a second.

blalor commented 9 years ago

This also removes the apparently-unused timezone property in config.py.

blalor commented 9 years ago

I had to switch to UTC for all entry and display of timestamps. Unless the browser and server are in the same timezone, the times would get munged.