128" strftime(): (invalid before 1970 on some systems and subject to time zones on all systems)\n ------\n '%a %b %e %H:%M:%S UTC %Y' \n %c\n %D %F \n %j \n %r \n %s \n %e-%b-%Y", ptm );
129#else
130// the following format options are not defined in MSVC (2008)
131// and are replaced as follows
132// %e -> %d will print as 01 etc
133// %D -> %m/%d/%y
134// %F -> %Y-%m-%d
135// %r -> %I:%M:%S %p
136// %s -> %%s - turned into literal as not implemented