mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 03:30:43 -05:00
- Adds the `date-fns-tz` module to dep. - Moves the `date-fns` module from development dependancies to dependancies. - Removes the depreciated `substr` method usage. - Adds the `pad` method to handle padding time digits. - Dates and times are now standardized UTC. - Adds basic tests for all methods.