From: caro Date: Sun, 24 Apr 2011 10:32:54 +0000 (+0000) Subject: Expedite: use cross platform values X-Git-Tag: 2.0_alpha~31^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b499a96ec63b113260e258e91c8899b98ef7216;p=framework%2Fuifw%2Fexpedite.git Expedite: use cross platform values git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/expedite@58866 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/bin/ui.c b/src/bin/ui.c index 041f92f..9e1dad7 100644 --- a/src/bin/ui.c +++ b/src/bin/ui.c @@ -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), "