konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.66k stars 265 forks source link

Add FileTime and BasicFileAttributes #929

Closed SquidDev closed 4 months ago

SquidDev commented 5 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!