From 2b819ac889eb0940ba8fed2f388df5e9ddaab737 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 7 Aug 2024 11:10:47 +0900 Subject: [PATCH] docs: add description for timestamp cast timezone --- user_guide_src/source/models/model.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/user_guide_src/source/models/model.rst b/user_guide_src/source/models/model.rst index c1cbf21a4dbd..9057001ae785 100644 --- a/user_guide_src/source/models/model.rst +++ b/user_guide_src/source/models/model.rst @@ -407,6 +407,12 @@ The datetime format is set in the ``dateFormat`` array of the .. note:: Prior to v4.6.0, you cannot use ``ms`` or ``us`` as a parameter. Because the second's fractional part of Time was lost due to bugs. +timestamp +--------- + +The timezone of the ``Time`` instance created will be the default timezone +(app's timezone), not UTC. + Custom Casting ==============