Expand description
HDF5 Modification Time messages.
Two types carry modification timestamps:
- Old modification time (type 0x000E): raw 4-byte string “YYYYMMDDHHMMSS” (14 bytes).
- New modification time (type 0x0012): version byte + reserved + u32 seconds since epoch.
Structs§
- Modification
Time Message - Parsed modification time.