Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/views/administration.token.edit.php')
-rw-r--r--ui/app/views/administration.token.edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/views/administration.token.edit.php b/ui/app/views/administration.token.edit.php
index cf54131a865..52b7ed0c26a 100644
--- a/ui/app/views/administration.token.edit.php
+++ b/ui/app/views/administration.token.edit.php
@@ -81,7 +81,7 @@ $token_from_list = (new CFormList())
)
->addRow((new CLabel(_('Expires at')))->setAsteriskMark(),
(new CDateSelector('expires_at', $data['expires_at']))
- ->setDateFormat(DATE_TIME_FORMAT_SECONDS)
+ ->setDateFormat(ZBX_FULL_DATE_TIME)
->setPlaceholder(_('YYYY-MM-DD hh:mm:ss'))
->setAriaRequired(),
'expires-at-row'