I have a string with the following format:
2010-11-04T23:23:01Z
The Z indicates that the time is UTC. I would rather store t
You can use a function such as strptime to convert a string to a struct tm, instead of parsing it manually.
struct tm