Added
- Added the
datetime()helper. - Added the
set()method to set properties. - Added the
is_utc()andis_local()methods.
Deprecated
year_(),month_(),day_(),hour_(),minute_(),second_(),microsecond_()are now deprecated.timezone_()andtz_()are now deprecated.timestamp_()is now deprecated.with_date_time(),with_time_from_string()andwith_timestamp()are now deprecated.between()is now deprecated.min_(),max_(),minimum(),maximum()are now deprecated.is_today(),is_yesterday(),is_tomorrow()andis_same_day()are now depecreated.is_sunday()->is_saturday()are now deprecated.- The
utcandlocalproperties are now deprecated. Useis_utc()andis_local()instead.