Is the epoch start time in Python independent of the platform (i.e. always 1/1/1970)?
Or is it platform dependent?
I want to serialize datetimes (with second accuracy) on various machines running Python, and be able to read them back on different platforms, possibly also using different programming languages (than Python). Is serializing epoch time a good idea?