--- org/getdate.3c	Tue Dec  1 11:10:49 2009
+++ getdate.3c	Tue Dec 15 17:26:51 2009
@@ -55,6 +55,15 @@
      %D    Date as %m/%d/%y.
 
      %e    Same as %d.
+                                                                              |
+     %F    Equivalent to %Y-%m-%d (the ISO 8601:2004 standard date            |
+           in extended format).                                               |
+                                                                              |
+     %g    Week-based year within century [00,99]; leading zero is            |
+           permitted but not required.                                        |
+                                                                              |
+     %G    Week-based year, including the century [0000,9999]; leading        |
+           zero is permitted but not required.                                |
 
      %h    Locale's abbreviated month name.
 
@@ -66,6 +75,10 @@
 
      %j    Day number of the year [1,366]; leading zeros are per-
            mitted but not required.
+                                                                              |
+     %k    Same as %H.                                                        |
+                                                                              |
+     %l    Same as %I.                                                        |
 
      %m    Month number [1,12]; leading zero is permitted but not
            required.
@@ -76,6 +89,9 @@
      %n    Any white space.
 
      %p    Locale's equivalent of either a.m. or p.m.
+                                                                              |
+     %P    Locale's equivalent of either a.m. or p.m. in case-insensitive     |
+           manner.                                                            |
 
      %r    Appropriate time representation in the  12-hour  clock
            format with %p.
@@ -96,10 +112,21 @@
      %t    Any white space.
 
      %T    Time as %H:%M:%S.
+                                                                              |
+     %u    Weekday as a decimal number [1,7], with 1 representing             |
+           Monday.                                                            |
 
      %U    Week number of the year as a  decimal  number  [0,53],
            with Sunday as the first day of the week; leading zero
            is permitted but not required.
+                                                                              |
+     %V    The ISO 8601 week number as a decimal number  [01,53].             |
+           In  the  ISO  8601 week-based system, weeks begin on a             |
+           Monday and week  1  of  the  year  is  the  week  that             |
+           includes  both  January  4th and the first Thursday of             |
+           the year.  If the first Monday of January is the  2nd,             |
+           3rd,  or  4th, the preceding days are part of the last             |
+           week of the preceding year.                                        |
 
      %w    Weekday as a decimal number [0,6], with 0 representing
            Sunday.
@@ -119,6 +146,9 @@
            century (2000 to 2068 inclusive).
 
      %Y    Year, including the century (for example, 1993).
+                                                                              |
+     %z    Offset from UTC in ISO 8601:2004 standard basic format (+hhmm      |
+           or -hhmm), or no characters if no time zone is determinable.       |
 
      %Z    Time zone name  or  no  characters  if  no  time  zone
            exists.
@@ -353,7 +383,7 @@
     |_____________________________|_____________________________|
     | CSI                         | Enabled                     |
     |_____________________________|_____________________________|
-    | Interface Stability         | Standard                    |
+    | Interface Stability         | Committed                   |             |
     |_____________________________|_____________________________|
     | MT-Level                    | MT-Safe                     |
     |_____________________________|_____________________________|
