Index: modules/scribeseo/scribeseo.module
===================================================================
--- modules/scribeseo/scribeseo.module	(revision 4793)
+++ modules/scribeseo/scribeseo.module	(working copy)
@@ -133,7 +133,7 @@
     );
     $description = t('An analysis was saved on %date.',
       array(
-        '%date' => date("F j, Y, g:i a", $optimizer['GetAnalysisResult']['Cache']['Created']),
+        '%date' => format_date($optimizer['GetAnalysisResult']['Cache']['Created'], 'custom', 'F j, Y, g:i a'),
       )
     );
     $description .= t('Select "Show cached version" to see saved analysis or "Submit to Scribe..." to re-analyze.');
@@ -187,7 +187,7 @@
   $form['scribeseo_evalsleft'] = array(
     '#type' => 'item',
     '#title' => t('Evaluations left'), 
-    '#value' => $credits['remaining'] . ' ' . t('evaluations as of ') . date('F j, Y, g:i a', $credits['time']),
+    '#value' => $credits['remaining'] . ' ' . t('evaluations as of ') . format_date(strtotime($credits['time']), 'custom', 'F j, Y, g:i a'),
     '#weight' => $w++,
   );
   
