| 197 | |
| 198 | |
| 199 | char const * timestamp_str( timestamp const * const time ) |
| 200 | { |
| 201 | return timestamp_formatstr( time, "%Y-%m-%d %H:%M:%S.%%09d +0000" ); |
| 202 | } |
| 203 | |
| 204 | |
| 205 | char const * timestamp_timestr( timestamp const * const time ) |
no test coverage detected