kaitai-io / kaitai_struct_formats

Kaitai Struct: library of binary file formats (.ksy)
http://formats.kaitai.io
712 stars 203 forks source link

Add `calendar` common type for Proleptic Gregorian calendar. #647

Open KOLANICH opened 1 year ago

KOLANICH commented 1 year ago

To be used as a base of other types dealing with concrete integer datetime representations. It is meant to allow to building types for timestamps relative to different epochs.

Fixes: https://github.com/kaitai-io/kaitai_struct/issues/793