GYYMMDDSSSC
GYYMMDDSSSC is a fixed-length identifiers format sometimes used in data logging, file naming, and machine-to-machine messages. It is not a widely standardized timestamp, but rather a compact convention that packs date and a small time component into a single string, typically beginning with the letter G.
The structure maps as follows: G is a fixed prefix; YY is the two-digit year; MM is
Usage and interpretation: because it uses fixed width fields, the format lends itself to lexicographic sorting
Example: an instance such as G231128012A could be interpreted as a record linked to 2023-11-28, with a
See also: ISO 8601, datestamp, timestamp, fixed-length encoding.