[gnome-desktop/wip/hadess/thumbnail-font-cache] dat string



commit 7f4b4a1c6a45a98ddb9d3f0fa0aa82b68b4dd4d2
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 10 10:26:31 2019 +0100

    dat string

 .gitlab-ci.yml                      | 2 ++
 libgnome-desktop/gnome-wall-clock.c | 2 ++
 2 files changed, 4 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 04981c2b..cc3f2f5d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,6 +25,8 @@ build_stable:
     - locale
     - locale -a
     - export
+    - date -d "05/28/2001 23:59:59" "+%a %b %-e_%R:%S"
+    - LC_ALL=he_IL.utf8 date -d "05/28/2001 23:59:59" "+%a %b %-e_%R:%S"
     - xvfb-run -a -s "-screen 0 1024x768x24" ninja test
     - xvfb-run -a -s "-screen 0 1024x768x24"
                      gnome-desktop-testing-runner --report-directory=test-results gnome-desktop
diff --git a/libgnome-desktop/gnome-wall-clock.c b/libgnome-desktop/gnome-wall-clock.c
index 19f416a6..7e75eaa7 100644
--- a/libgnome-desktop/gnome-wall-clock.c
+++ b/libgnome-desktop/gnome-wall-clock.c
@@ -366,6 +366,8 @@ gnome_wall_clock_string_for_datetime (GnomeWallClock      *self,
                }
        }
 
+       g_message ("%s", format_string);
+
        return date_time_format (now, format_string);
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]