annotate .hgtags @ 735:c1b0f0c33c6a

mod_archive: Fix hour offset in stored message date os.date expect a timestamp in local time, that is subject to daylight saving. But since we pass an UTC timestamp to os.date one hour is (wrongly) added in the summer. The only sensible thing is to call the os.date only once with the ! parametter. And then parsing this sting to get the utc_timestamp. Calling os.date with an UTC timestamp is not possible, and calling os.date twice without timestamp could give different results.
author Olivier Goffart <ogoffart@woboq.com>
date Wed, 04 Jul 2012 13:49:57 +0200
parents 60cee6923ee7
children 9fa588babbba
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
638
60cee6923ee7 Tagging last 0.8.x compatible revision of this repo, for 0.8.x support move to http://code.google.com/p/prosody-modules.0-8/
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 2c07bcf56a36d6e74dc0f5422e89bd61f4d31239 0.8-diverge