get_gmt_from_date
get_gmt_from_date ( $date_string, $format = 'Y-m-d H:i:s' )
Parameters:- (string) date_string The date to be converted, in the timezone of the site.
- (string) format The format string for the returned date. Default 'Y-m-d H:i:s'.
Returns:- (string) Formatted version of the date, in UTC.
Defined at: - Introduced in WordPress: 1.2.0
- Deprecated in WordPress: —
Description
Given a date in the timezone of the site, returns that date in UTC.Requires and returns a date in the Y-m-d H:i:s format.
Return format can be overridden using the $format parameter.