Closed gingeleski closed 4 years ago
Times currently use Java's Date class which isn't ideal and/or highly regarded.
Research what's best to use instead then refactor to it.
This was addressed as part of #44 work -- SqlTimestamp is now used in place of traditional Java Date class.
SqlTimestamp
Date
Times currently use Java's Date class which isn't ideal and/or highly regarded.
Research what's best to use instead then refactor to it.