summary refs log tree commit diff stats
path: root/tests/js/ttimes.nim
Commit message (Collapse)AuthorAgeFilesLines
* make JS tests green on OSX on my local machine; XXX needs further investigationsAndreas Rumpf2017-06-261-1/+4
|
* Tests: JS: Times: Fix text so that it works in timezones other then UTC+4.Konstantin Molchanov2017-03-291-3/+4
| | | | `parse` returns TimeInfo with the local timezone, which may not be the same as the one in the original string. To compare the moments encoded in the original string and returned by `parse`, we normalize them to UTC.
* Tests: Times: JS: Add test for timestamp persistence.Konstantin Molchanov2017-03-271-1/+9
|
* Tests: Times: JS: Local timezone assignment during Time to TimeInfo conversion.Konstantin Molchanov2017-03-271-0/+4
|
* Tests: Times: JS: Fix test.Konstantin Molchanov2017-03-271-1/+1
|
* Tests: Times: JS: Add test for yearday attribute.Konstantin Molchanov2017-03-271-0/+13