Tempus constructor
Default Tempus constructor. Creates a new Tempus instance based on current time in the local time zone.
Implementation
Tempus() {
_date = _now();
}
Default Tempus constructor. Creates a new Tempus instance based on current time in the local time zone.
Tempus() {
_date = _now();
}