Tagged Questions
2
votes
2answers
332 views
C: How to print a particular `time` value in a particular timezone (by offset)?
I'm writing an application in C that parses data files recorded by an external program (over which I have no control). It's storing binary data, one field of which is a time in standard UNIX "epoch" ...