(PHP 4, PHP 5, PHP 7)
gmstrftime — �����������ø�ʽ�� GMT/UTC ʱ�䣯����
$format
[, int $timestamp
] ) : string�� strftime() ����Ϊ��ͬ��ֻ���˷���ʱ���Ǹ������α�ʱ��GMT�������磬���ڶ�����ʱ��EST��GMT -500������ʱ�������һ����ʾ"Dec 31 1998 20:00:00"�����ڶ�����ʾ"Jan 01 1999 01:00:00"��
Example #1 gmstrftime() ����
<?php
setlocale(LC_TIME, 'en_US');
echo strftime("%b %d %Y %H:%M:%S", mktime (20,0,0,12,31,98))."\n";
echo gmstrftime("%b %d %Y %H:%M:%S", mktime (20,0,0,12,31,98))."\n";
?>
�μ� strftime()��