Commit Graph

8 Commits

Author SHA1 Message Date
Julius Pfrommer
df61c22fde fix(deps): Update musl time methods. Prefix to avoid name clash (fix #7139) 2025-04-01 02:55:40 +02:00
Julius Pfrommer
055b1a0484 fix(core): Simplify time conversion and fix an edge case for negative dates 2019-09-04 08:22:58 +02:00
Julius Pfrommer
24a7b8bd5f Deps: Four spaces everywhere in deps/libc_time.c 2019-08-31 16:43:41 +02:00
Lukas M
a7c976188b JSON: Better date handling in the internal libc 2019-01-03 00:05:00 +01:00
Julius Pfrommer
df01d8a514 user internal tm struct for date descriptions 2017-10-19 19:33:58 +02:00
FlorianPalm
e7a732917c removed license note from files of the deps folder 2017-01-27 18:52:20 +01:00
FlorianPalm
55cbdc83d7 License change: added license note at the beginning of every .c/.h file 2017-01-27 18:46:56 +01:00
Julius Pfrommer
e452dcf8e3 replace gmtime with a clean implementation
On windows, gmtime may return NULL if it doesn't like the date.
The replacement is added as an external dependency
2016-02-17 17:05:16 +01:00