Hi
I am looking at some code that uses ctime() to convert and display a UTC epoch time to an asci timestamp in the format
"Wed Jun 30 21:49:08 1993\n"
The output does not display the timezone. Is there a function I can use that does the same but will output something like:
"Wed Jun 30 21:49:08 GMT 1993\n"
I am looking at some code that uses ctime() to convert and display a UTC epoch time to an asci timestamp in the format
"Wed Jun 30 21:49:08 1993\n"
The output does not display the timezone. Is there a function I can use that does the same but will output something like:
"Wed Jun 30 21:49:08 GMT 1993\n"