Added date format constant. [Fixes SCI-1205]

This commit is contained in:
Matej Zrimšek 2017-04-25 16:36:52 +02:00
parent b930af0033
commit 2c76ba9471

View file

@ -99,7 +99,7 @@ class Constants
DROPDOWN_TOP_OFFSET_PX = 20
#=============================================================================
# Time
# Date and time
#=============================================================================
# URL expire time, used for presigned file URLs, because outsiders shouldn't
@ -111,6 +111,8 @@ class Constants
# URL); it expires in exactly one day
URL_LONG_EXPIRE_TIME = 86_400
DATE_FORMAT = '%d.%m.%Y %H:%M'.freeze
#=============================================================================
# Application colors
#