Unify gmtime and localtime code
Apparently gmtime was already implemented when I made localtime, so we had two different things written from scratch. We decided in the relibc channel of the Redox OS Mattermost chat to use my code, as it is more extensively tested and perhaps is clearer in how it works.
Showing
- src/header/time/helpers.rs 0 additions, 41 deletionssrc/header/time/helpers.rs
- src/header/time/mod.rs 17 additions, 48 deletionssrc/header/time/mod.rs
- tests/expected/time/localtime.stdout 2 additions, 0 deletionstests/expected/time/localtime.stdout
- tests/time/localtime.c 2 additions, 2 deletionstests/time/localtime.c
Loading
Please register or sign in to comment