Home
last modified time | relevance | path

Searched refs:origin_tz (Results 1 – 2 of 2) sorted by relevance

/plugin/icalendar/
H A Dfunctions.php8 function get_timezone_offset($remote_tz, $timestamp, $origin_tz = null) { argument
9 if($origin_tz === null) {
10 if(!is_string($origin_tz = date_default_timezone_get())) {
14 $origin_dtz = new DateTimeZone($origin_tz);
/plugin/facebookwall/
H A Dsyntax.php309 function get_timezone_offset($remote_tz, $origin_tz = null) { argument
310 if($origin_tz === null) {
311 if(!is_string($origin_tz = date_default_timezone_get())) {
315 $origin_dtz = new DateTimeZone($origin_tz);