offset seconds
the offset seconds of a datetime
(datetime subject) -> long
Returns the number of seconds in the offset from UTC for the given datetime.
Returns nil
if given datetime is nil
Parameters
Name | Type | Description |
---|---|---|
subject |
datetime | The datetime to work with |