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