Investigate possible timezone time deviation in training report system #30
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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