[Groonga-commit] groonga/groonga at 8344254 [master] test time_format: update expected

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Apr 11 18:40:16 JST 2018


Kouhei Sutou	2018-04-11 18:40:16 +0900 (Wed, 11 Apr 2018)

  New Revision: 83442541de239f48307fa5a214838ca8c7e5b9a3
  https://github.com/groonga/groonga/commit/83442541de239f48307fa5a214838ca8c7e5b9a3

  Message:
    test time_format: update expected

  Modified files:
    test/command/suite/select/function/time/time_format/iso8601.expected

  Modified: test/command/suite/select/function/time/time_format/iso8601.expected (+1 -1)
===================================================================
--- test/command/suite/select/function/time/time_format/iso8601.expected    2018-04-11 18:37:42 +0900 (7aab0dc3f)
+++ test/command/suite/select/function/time/time_format/iso8601.expected    2018-04-11 18:40:16 +0900 (9e3d70948)
@@ -12,7 +12,7 @@ load --table Timestamps
 {"_key": "2016-05-07 00:00:00.000001"}
 ]
 [[0,0.0,0.0],6]
-select Timestamps   --sortby _id   --limit -1   --output_columns '_key, time_format(_key, "%Y-%m-%dT%H:%M:%S%z")'
+select Timestamps   --sortby _id   --limit -1   --output_columns '_key, time_format(_key, "%Y-%m-%dT%H:%M:%S")'
 [
   [
     0,
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180411/c2ff3548/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index