
26 Feb
2006
26 Feb
'06
1:36 p.m.
On 2/25/06, Jeff Garland <jeff@crystalclearsoftware.com> wrote:
Shouldn't we stick to the current set of format strings which is consistent with the current standards?
cout << time_format("%H:%M:%s") << my_ptime << endl;
I'm a huge fan of strftime, but being built around "struct tm" it has no way of knowing about fractional seconds and so there are no %-escapes for formatting them. Do you have any thoughts on how a format might be expressed for ptime, which can clearly be used to carry a much higher resolution timestamp? -- Caleb Epstein caleb dot epstein at gmail dot com