--- token_node.inc.bak	2008-10-20 12:23:54.000000000 +0000
+++ token_node.inc	2008-10-20 14:22:47.000000000 +0000
@@ -49,6 +49,12 @@
         $values['ddd']            = date('D', $date);
         $values['dd']             = date('d', $date);
         $values['d']              = date('j', $date);
+	$values['g']              = date('g', $date);
+	$values['G']              = date('G', $date);
+	$values['h']              = date('h', $date);
+	$values['H']              = date('H', $date);
+	$values['i']		  = date('i', $date);
+	$values['s']		  = date('s', $date);
       }
 
       if (isset($node->changed)) {
@@ -65,6 +71,12 @@
         $values['mod-ddd']        = date('D', $date);
         $values['mod-dd']         = date('d', $date);
         $values['mod-d']          = date('j', $date);
+	$values['mod-g']          = date('g', $date);
+	$values['mod-G']          = date('G', $date);
+	$values['mod-h']          = date('h', $date);
+	$values['mod-H']          = date('H', $date);
+	$values['mod-i']          = date('i', $date);
+	$values['mod-s']          = date('s', $date);
       }
 
       // Try to get the menu data.
@@ -206,6 +218,12 @@
     $tokens['node']['ddd']             = t("Node creation day (abbreviation)");
     $tokens['node']['dd']              = t("Node creation day (two digit, zero-padded)");
     $tokens['node']['d']               = t("Node creation day (one or two digit)");
+    $tokens['node']['g']               = t("Node creation time (12-hour format, without leading zeros)");
+    $tokens['node']['G']               = t("Node creation time (24-hour format, without leading zeros)");
+    $tokens['node']['h']               = t("Node creation time (12-hour format, with leading zeros)");
+    $tokens['node']['H']               = t("Node creation time (24-hour format, with leading zeros)");
+    $tokens['node']['i']               = t("Node creation minute (with leading zeros)");
+    $tokens['node']['s']               = t("Node creation second (with leading zeros)");
     $tokens['node']['mod-????']        = t('All tokens for node creation dates can also be used with with the "mod-" prefix; doing so will use the modification date rather than the creation date.');
 
     $tokens['node']['menu']                = t("The name of the menu the node belongs to.");
