• ISO 8601 is paywalled
  • RFC allows a space instead of a T (e.g. 2020-12-09 16:09:…) which is nicer to read.
  • lowleveldata
    link
    fedilink
    arrow-up
    69
    arrow-down
    24
    ·
    1 year ago

    For a skilled pro like you I suggest using epoch time for everything

    • datelmd5sum@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 year ago

      Cassandra uses epoch milliseconds for timestamping snapshots. This means that each node will have a different name for the same snapshot. Trivially solved with truncating the timestamp with * wildcard, but just… why?