have to convert it.
- Change e-mail address
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
int z; /* GMT offset in minutes */
char *tz_abbr; /* Timezone abbreviation (display only) */
timelib_tzinfo *tz_info; /* Timezone structure */
- unsigned int dst; /* Flag if we were parsing a DST zone */
+ signed int dst; /* Flag if we were parsing a DST zone */
timelib_rel_time relative;
timelib_sll sse; /* Seconds since epoch */
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/
snprintf(initial_ts, 24, "@%lu", preset_ts);
t = timelib_strtotime(initial_ts);
timelib_update_ts(t, tzi);
- timelib_unixtime2gmt(now, t->sse);
+ timelib_unixtime2local(now, t->sse, tzi);
timelib_time_dtor(t);
efree(initial_ts);
} else if (zend_parse_parameters_ex(ZEND_PARSE_PARAMS_QUIET, ZEND_NUM_ARGS() TSRMLS_CC, "s", ×, &time_len) != FAILURE) {
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Derick Rethans <dr@ez.no> |
+ | Authors: Derick Rethans <derick@derickrethans.nl> |
+----------------------------------------------------------------------+
*/