Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Oct 30, 2018
1 parent a6de41f commit 408e39c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/pages/reference/matrix_datetime_type.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
======================================== ================================ ============================== =================== ===================
:py:meth:`~.type.DateTime.is_type` ``True`` ``True`` ``True`` ``True``
:py:meth:`~.type.DateTime.validate` NOP [#f1]_ NOP [#f1]_ NOP [#f1]_ NOP [#f1]_
:py:meth:`~.type.DateTime.convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29 19:27:03
:py:meth:`~.type.DateTime.try_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29 19:27:03
:py:meth:`~.type.DateTime.force_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29 19:27:03
:py:meth:`~.type.DateTime.convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29T19:27:03
:py:meth:`~.type.DateTime.try_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29T19:27:03
:py:meth:`~.type.DateTime.force_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29T19:27:03
======================================== ================================ ============================== =================== ===================


Expand All @@ -20,7 +20,7 @@
:py:meth:`~.type.DateTime.validate` NOP [#f1]_ NOP [#f1]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.DateTime.convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 E [#f2]_ E [#f2]_
:py:meth:`~.type.DateTime.try_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 ``None`` ``None``
:py:meth:`~.type.DateTime.force_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29 19:27:03
:py:meth:`~.type.DateTime.force_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29T19:27:03
======================================== ================================ ============================== =================== ===================


Expand All @@ -33,7 +33,7 @@
:py:meth:`~.type.DateTime.validate` NOP [#f1]_ E [#f2]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.DateTime.convert` 2017-01-23 04:56:00 E [#f2]_ E [#f2]_ E [#f2]_
:py:meth:`~.type.DateTime.try_convert` 2017-01-23 04:56:00 ``None`` ``None`` ``None``
:py:meth:`~.type.DateTime.force_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29 19:27:03
:py:meth:`~.type.DateTime.force_convert` 2017-01-23 04:56:00 2017-01-22 04:56:00+09:00 2017-01-29 19:27:03 2017-01-29T19:27:03
======================================== ================================ ============================== =================== ===================


0 comments on commit 408e39c

Please sign in to comment.