Investigate possible timezone time deviation in training report system #30

Closed
opened 2025-11-23 11:25:27 -06:00 by Ajdj100 · 1 comment
Member

It may be possible that the training report system is saving trainings relative to the creators local time and not the unit time. This needs to get checked out and verified or it could be an issue.

It may be possible that the training report system is saving trainings relative to the creators local time and not the unit time. This needs to get checked out and verified or it could be an issue.
Ajdj100 added the Kind/Bug
Priority
High
labels 2025-11-23 11:25:27 -06:00
Author
Member

This might need a minor (majorish) architecture change that alters all of the logic outside of the db service layer to use Date objects instead of ISO strings. Date objects will be stable across timezones and can be written into the database as strings local to the database

This might need a minor (majorish) architecture change that alters all of the logic outside of the db service layer to use Date objects instead of ISO strings. Date objects will be stable across timezones and can be written into the database as strings local to the database
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 17th-Ranger-Battalion-ORG/milsim-site-v4#30