ISO 8601? For example django is good with this format:
ValidationError at /locations/new_tracks/1351320785
["'1351320785' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[.uuuuuu]][TZ] format."]
Or unixtime? It is important for me to have a timezone. Asking because I don't have experience dealing with server-client systems written in two different frameworks.