From 52ba3b8146dd01c1c7d057359f4485aae5813124 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Thu, 25 Dec 2008 18:45:26 +0000 Subject: progress on timezones and daylight time --- functions/is_daylight.php | 292 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 292 insertions(+) create mode 100644 functions/is_daylight.php (limited to 'functions/is_daylight.php') diff --git a/functions/is_daylight.php b/functions/is_daylight.php new file mode 100644 index 0000000..c6f79ef --- /dev/null +++ b/functions/is_daylight.php @@ -0,0 +1,292 @@ += $start && $time < $end) $dlst = 1; + echo "$summary $dlst
"; + + return $dlst; + +} +?> \ No newline at end of file -- cgit v1.2.3