mirror of https://github.com/zulip/zulip.git
6ea3816fa6
Previously, we had implemented: <span class="timestamp" data-timestamp="unix time">Original text</span> The new syntax is: <time timestamp="ISO 8601 string">Original text</time> <span class="timestamp-error">Invalid time format: Original text</span> Since python and JS interpretations of the ISO format are very slightly different, we force both of them to drop milliseconds and use 'Z' instead of '+00:00' to represent that the string is in UTC. The resultant strings look like: 2011-04-11T10:20:30Z. Fixes #15431. |
||
---|---|---|
.. | ||
casper_lib | ||
casper_tests | ||
node_tests | ||
puppeteer_lib | ||
puppeteer_tests | ||
zjsunit | ||
.eslintrc.json | ||
run-casper |