public static FileTime from (long value, TimeUnit unit)

Returns a FileTime representing a value at the given unit of granularity.

Parameters:
value     the value since the epoch (1970-01-01T00:00:00Z); can be negative
unit     the unit of granularity to interpret the value

Returns:  a FileTime representing the given value