Millisecond information for java.sql.Time
is lost when converting to/from LocalTime
#74
Labels
java.sql.Time
is lost when converting to/from LocalTime
#74
Consider the following REPL session, in which version
0.3.2
of the library is being used (as per the deps.edn guide here).Notice that the millisecond portion (
456
) is lost. In principle, though, it is possible to build thejava.sql.Time
instance to have that information:The same problem occurs in reverse as well:
Again, it's possible to preserve that information (probably more elegantly than this):
The text was updated successfully, but these errors were encountered: