Merge pull request #575 from mz3944/mz-SCI-1205

Added date format constant. [Fixes SCI-1205]
This commit is contained in:
mz3944 2017-04-26 14:30:23 +02:00 committed by GitHub
commit 37eef683eb

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
#