Added functionality to timestamps to always be balanced such that milliseconds are always populated first.
REASON
timestamps are meant to only use seconds once the milliseconds field is full - basically allowing for more time to be stored, and not for accurate display of time (ie 1000 milliseconds would increment seconds)
TESTING
Compiles. Timestamps now work as expected.
CHANGES
REASON timestamps are meant to only use seconds once the milliseconds field is full - basically allowing for more time to be stored, and not for accurate display of time (ie 1000 milliseconds would increment seconds)
TESTING Compiles. Timestamps now work as expected.
GITHUB LINK https://github.com/queens-satellite-team/adcs/issues/66
Signed-off-by: Aidan Sheedy Aidan.P.Sheedy@gmail.com