소스 검색

GH-2511 Hue Document tab is using different timestamp (asnaik) (#2512)

Akhil S Naik 4 년 전
부모
커밋
071a55513e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/models.py

+ 1 - 1
desktop/core/src/desktop/models.py

@@ -77,7 +77,7 @@ SAMPLE_USER_ID = 1100713
 SAMPLE_USER_INSTALL = 'hue'
 SAMPLE_USER_OWNERS = ['hue', 'sample']
 
-UTC_TIME_FORMAT = "%Y-%m-%dT%H:%MZ"
+UTC_TIME_FORMAT = "%Y-%m-%dT%H:%M"
 HUE_VERSION = None