You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we can now pass along a DateTime object as a value when storing an Entity, it would make sense to have it returned as a DateTime object when fetching the Entity, instead of formatting it to a string.
It is worth noting that DateTime's __toString() returns a different format; but this would be a breaking change regardless, as it would break the implementation of anyone checking the value's type.
The text was updated successfully, but these errors were encountered:
Since we can now pass along a
DateTime
object as a value when storing an Entity, it would make sense to have it returned as aDateTime
object when fetching the Entity, instead of formatting it to a string.It is worth noting that DateTime's __toString() returns a different format; but this would be a breaking change regardless, as it would break the implementation of anyone checking the value's type.
The text was updated successfully, but these errors were encountered: