Changeset 661 for trunk/lib/App.inc.php


Ignore:
Timestamp:
Jan 30, 2019 11:14:22 PM (5 years ago)
Author:
anonymous
Message:

Remove cruft from timezone experiment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/App.inc.php

    r660 r661  
    16981698    public function setTimezone($tz)
    16991699    {
    1700         $this->setTimezone();
    17011700        // Set timezone for PHP.
    17021701        if (date_default_timezone_set($tz)) {
Note: See TracChangeset for help on using the changeset viewer.