Function
mechanize._util.time2isoz

Signature

time2isoz(t=None)

Documentation String

Return a string representing time in seconds since epoch, t.

If the function is called without an argument, it will use the current time.

The format of the returned string is like "YYYY-MM-DD hh:mm:ssZ", representing Universal Time (UTC, aka GMT). An example of this format is:

1994-11-24 08:49:37Z