Hi!
My program gets a timestamp (4 byte integer), which is seconds since 1.1.1970 00:00 UTC. What is the easiest way to convert the timestamp to DateTime -object? There must be some ready method for it!? But I haven't found any :O(...
Or must I do a DateTime -object for base time (1.1.1970) and add the seconds to it?
br. Juha Ka
My program gets a timestamp (4 byte integer), which is seconds since 1.1.1970 00:00 UTC. What is the easiest way to convert the timestamp to DateTime -object? There must be some ready method for it!? But I haven't found any :O(...
Or must I do a DateTime -object for base time (1.1.1970) and add the seconds to it?
br. Juha Ka