From c2b26953f67490f4dccafe059843e8b4d6957cef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 28 Feb 2012 14:47:36 +0800 Subject: [PATCH] Date.js --- Date.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Date.js b/Date.js index 1eabc5b011..6b4f767f0a 100644 --- a/Date.js +++ b/Date.js @@ -47,8 +47,7 @@ Format Output Description H 15 24-hour format of an hour with leading zeros i 05 Minutes with leading zeros s 01 Seconds, with leading zeros - O -0600 Difference to Greenwich time (GMT) in hours - o -06 Difference to Greenwich time (GMT) in hours without minutes.. (postgresql outputs this.) + O -0600 Difference to Greenwich time (GMT) in hours (Allows +08, without minutes) P -06:00 Difference to Greenwich time (GMT) with colon between hours and minutes T CST Timezone setting of the machine running the code Z -21600 Timezone offset in seconds (negative if west of UTC, positive if east) -- 2.39.2