• 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
    457 months ago

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

    • @[email protected]
      link
      fedilink
      47 months 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?