gingeleski / cucumber-spring-security-tests

Cucumber/BDD security tests example for Java (Spring Boot API).
9 stars 8 forks source link

Refactor times away from Date #12

Closed gingeleski closed 4 years ago

gingeleski commented 6 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.

gingeleski commented 4 years ago

This was addressed as part of #44 work -- SqlTimestamp is now used in place of traditional Java Date class.