summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/Utils/Time.php
Commit message (Collapse)AuthorAgeFilesLines
* Bugfix: do not set the timezone as initialized if it wasn't!Jaime Perez Crespo2016-03-041-5/+11
|
* No need to disable the error handler momentarily when guessing the timezone ↵Jaime Perez Crespo2016-03-041-10/+4
| | | | from the OS. Mask errors instead.
* Complete the coverage for SimpleSAML\Utils\Time::parseDuration().Jaime Perez Crespo2016-03-041-1/+2
|
* Initial test for SimpleSAML\Utils\Time.Jaime Perez Crespo2016-03-031-2/+3
|
* Use InvalidArgumentException instead of SimpleSAML_Error_Exception when ↵Jaime Perez Crespo2015-04-231-3/+3
| | | | dealing with wrong input parameters.
* Move SimpleSAML_Utilities::parseDuration() to ↵Jaime Perez Crespo2015-04-201-3/+91
| | | | SimpleSAML\Utils\Time::parseDuration(). Deprecate the former.
* Move SimpleSAML_Utilities::initTimezone() to ↵Jaime Perez Crespo2015-04-201-0/+45
| | | | SimpleSAML\Utils\Time::initTimezone(). Deprecate the former.
* Move SimpleSAML_Utilities::generateTimestamp() to ↵Jaime Perez Crespo2015-04-201-0/+29
SimpleSAML\Utils\Time::generateTimestamp(). Deprecate the former.