mktime_utc
Description:
[ Version ( since = "3.4" ) ]
public long mktime_utc (tm tm)
Like mktime(3), but assumes UTC instead of local timezone.
Parameters:
tm |
the tm to convert to a calendar time representation
|
Returns:
the calendar time representation of tm
|