konsoletyper / teavm

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

Add FileTime and BasicFileAttributes #929

Open SquidDev opened 3 days ago

SquidDev commented 3 days 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!