Ticket #8869: formatting.diff
| File formatting.diff, 629 bytes (added by CharlesClarkson, 3 years ago) |
|---|
-
C:\Users\Charles\
old new 1357 1357 * Returns a date in the GMT equivalent. 1358 1358 * 1359 1359 * Requires and returns a date in the Y-m-d H:i:s format. Simply subtracts the 1360 * value of gmt_offset.1360 * value of the 'gmt_offset' option. 1361 1361 * 1362 1362 * @since 1.2.0 1363 1363 * 1364 * @uses get_option() to retrieve the the value of 'gmt_offset'. 1364 1365 * @param string $string The date to be converted. 1365 1366 * @return string GMT version of the date provided. 1366 1367 */
