Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bugfix: do not set the timezone as initialized if it wasn't! | Jaime Perez Crespo | 2016-03-04 | 1 | -5/+11 |
| | |||||
* | No need to disable the error handler momentarily when guessing the timezone ↵ | Jaime Perez Crespo | 2016-03-04 | 1 | -10/+4 |
| | | | | from the OS. Mask errors instead. | ||||
* | Complete the coverage for SimpleSAML\Utils\Time::parseDuration(). | Jaime Perez Crespo | 2016-03-04 | 1 | -1/+2 |
| | |||||
* | Initial test for SimpleSAML\Utils\Time. | Jaime Perez Crespo | 2016-03-03 | 1 | -2/+3 |
| | |||||
* | Use InvalidArgumentException instead of SimpleSAML_Error_Exception when ↵ | Jaime Perez Crespo | 2015-04-23 | 1 | -3/+3 |
| | | | | dealing with wrong input parameters. | ||||
* | Move SimpleSAML_Utilities::parseDuration() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -3/+91 |
| | | | | SimpleSAML\Utils\Time::parseDuration(). Deprecate the former. | ||||
* | Move SimpleSAML_Utilities::initTimezone() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+45 |
| | | | | SimpleSAML\Utils\Time::initTimezone(). Deprecate the former. | ||||
* | Move SimpleSAML_Utilities::generateTimestamp() to ↵ | Jaime Perez Crespo | 2015-04-20 | 1 | -0/+29 |
SimpleSAML\Utils\Time::generateTimestamp(). Deprecate the former. |