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
Currently, localize defaults to False and must explicitly be set on a DateBone. creationdate and changedate are never localized, but could be using such a flag.
conf["viur.bone.date.localize"] =True
would make all DateBone(date=True, time=True) localized, when not explicitly switched True or False on the bone.
The text was updated successfully, but these errors were encountered:
This is an idea with a useful context.
Currently, localize defaults to False and must explicitly be set on a DateBone.
creationdate
andchangedate
are never localized, but could be using such a flag.would make all
DateBone(date=True, time=True)
localized, when not explicitly switched True or False on the bone.The text was updated successfully, but these errors were encountered: