Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util.datetime: Add some missing test cases | Matthew Wild | 2022-10-08 | 1 | -0/+15 |
| | | | | You guessed it, mutation testing. | ||||
* | util.datetime: Add support for sub-second precision timestamps | Kim Alvefur | 2022-08-14 | 1 | -0/+13 |
| | | | | | | Lua since 5.3 raises a fuss when time functions are handed a number with a fractional part and the underlying C functions are all based on integer seconds without support for more precision. | ||||
* | util.datetime: Fix argument order in tests | Kim Alvefur | 2022-08-14 | 1 | -6/+6 |
| | | | | The expected value goes first. | ||||
* | util.datetime: Add tests | Kim Alvefur | 2017-11-19 | 1 | -0/+76 |