pdate: Date/Time Parsing for Programmers, DevOps, and SRE
Software developers encounter a lot of timestamps. These timestamps vary in format and human-readability — some might follow RFC3339, while others might be Unix timestamps (in seconds, nanoseconds, or something else) or embedded within ULIDs.
In my experience, particularly during an incident, it's valuable to be able to quickly …