We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1f190 commit 66afa08Copy full SHA for 66afa08
1 file changed
get_high.cpp
@@ -27,7 +27,7 @@ int main( const int argc, const char **argv)
27
if( !ifile || !ofile)
28
return( -1);
29
*line0 = *line1 = '\0';
30
- fprintf( ofile, "# Added %s\n", ctime( &t0));
+ fprintf( ofile, "# Added %.24s UTC\n", asctime( gmtime( &t0)));
31
while( fgets( line2, sizeof( line2), ifile))
32
{
33
if( *line2 == '2' && *line1 == '1'
0 commit comments