Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make JS tests green on OSX on my local machine; XXX needs further investigations | Andreas Rumpf | 2017-06-26 | 1 | -1/+4 |
| | |||||
* | Tests: JS: Times: Fix text so that it works in timezones other then UTC+4. | Konstantin Molchanov | 2017-03-29 | 1 | -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 Molchanov | 2017-03-27 | 1 | -1/+9 |
| | |||||
* | Tests: Times: JS: Local timezone assignment during Time to TimeInfo conversion. | Konstantin Molchanov | 2017-03-27 | 1 | -0/+4 |
| | |||||
* | Tests: Times: JS: Fix test. | Konstantin Molchanov | 2017-03-27 | 1 | -1/+1 |
| | |||||
* | Tests: Times: JS: Add test for yearday attribute. | Konstantin Molchanov | 2017-03-27 | 1 | -0/+13 |