Expedite: use cross platform values
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Apr 2011 10:32:54 +0000 (10:32 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 24 Apr 2011 10:32:54 +0000 (10:32 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58866 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/bin/ui.c

index 041f92f..9e1dad7 100644 (file)
@@ -246,7 +246,7 @@ _ui_all(void)
         
         now = time(NULL);
         tim = localtime(&now);
-        if (tim) strftime(datestr, sizeof(datestr), "%F %T", tim);
+        if (tim) strftime(datestr, sizeof(datestr), "%Y-%m-%d %H:%M:%S", tim);
         else snprintf(datestr, sizeof(datestr), "unknown");
 //        printf("%5.2f , EVAS SPEED\n", fps / t_count);
         printf("%5.2f , EVAS SPEED (WEIGHTED), "