Skip to main content

Module modification_time

Module modification_time 

Source
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§

ModificationTimeMessage
Parsed modification time.

Functions§

parse_new
Parse the new modification time message (type 0x0012).
parse_old
Parse the old modification time message (type 0x000E).