
16 Sep
2010
16 Sep
'10
3:54 p.m.
Hello, I'm writing a client application that receives from a server UTC timestamps and the server local time-zone. I have to display this time in my client app in terms of the server time-zone (i.e. the server local time should be displayed, not the client one). For this purpose I intended to use local_adjustor, but I see it wants compile-time time-zone value. Is there a similar facility that allows run-time parameters? Thanks.