Skip to content

Commit

Permalink
docs: add description for timestamp cast timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Aug 11, 2024
1 parent f38d4a3 commit 97148ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user_guide_src/source/models/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
==============

Expand Down

0 comments on commit 97148ef

Please sign in to comment.