Closed SquidDev closed 4 months ago
The implementation of FileTime is not perfect here, as it constructs Instants with millisecond precision rather than nanosecond precision. I think that's probably sufficient for browsers, but happy to look into improving that if preferred!
FileTime
Instant
The implementation of
FileTime
is not perfect here, as it constructsInstant
s with millisecond precision rather than nanosecond precision. I think that's probably sufficient for browsers, but happy to look into improving that if preferred!