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:

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.

Related Functions

get_date_from_gmt, get_the_date, get_post_format, get_comment_date, get_id_from_blogname

Top Google Results

User discussions

wpseek mobile