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