Commit Graph

1 Commits

Author SHA1 Message Date
Robert Haines 0c0003cfda Add `DOSTime#absolute_time?`.
This method returns `true` if the time instance was created with accurate
timezone information. Ultimately, only those times parsed from binary
DOS format are missing accurate timezone information, but we need this
flag because ruby `Time` objects (from which `DOSTime` is decended) always
have a timezone set (usually whatever is local at the time).
2024-04-08 18:37:08 +01:00