MarkTraceur has uploaded a new change for review. Change subject: Use UNIX timestamps in UTC timezone for commits ......................................................................
Use UNIX timestamps in UTC timezone for commits We were using nasty timestamp strings that would include timezone offsets. Well, no more. Now we use UNIX timestamps, which are guaranteed 100% to be in UTC time, as opposed to whatever nasty timezone you might be in. Before you say "but isn't a UNIX timestamp hard to read", I must remind you that JavaScript dates don't play well with date format conversion. Change-Id: I90dab69669e8267084a86faa87480be08334d32d --- M js/tests/client/client.js A js/tests/server/convertTime.js 2 files changed, 53 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid refs/changes/24/30924/1 -- To view, visit https://gerrit.wikimedia.org/r/30924 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I90dab69669e8267084a86faa87480be08334d32d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: MarkTraceur <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
