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 could utilize the boost::date_time and write a small manual parser (probably regexp-based) for your strings.