--- token_node.inc	2008-10-19 15:16:46.000000000 -0700
+++ token_node.inc	2008-10-19 15:07:59.000000000 -0700
@@ -32,6 +32,10 @@
         $values['ddd']            = date('D', $date);
         $values['dd']             = date('d', $date);
         $values['d']              = date('j', $date);
+        $values['g']              = date('H', $date);
+        $values['G']              = date('H', $date);
+        $values['h']              = date('H', $date);
+        $values['H']              = date('H', $date);
       }
 
       if (isset($node->changed)) {
@@ -48,6 +52,10 @@
         $values['mod-ddd']        = date('D', $date);
         $values['mod-dd']         = date('d', $date);
         $values['mod-d']          = date('j', $date);
+        $values['mod-g']          = date('H', $date);
+        $values['mod-G']          = date('H', $date);
+        $values['mod-h']          = date('H', $date);
+        $values['mod-H']          = date('H', $date);
       }
       
       // Now get the menu related information.
@@ -186,6 +194,10 @@
     $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']['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.");
