ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Group.php
Go to the documentation of this file.
1
<?
php
2
3
declare(strict_types=1);
4
5
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
6
7
namespace
ILIAS\Refinery\DateTime
;
8
9
use
ILIAS\Refinery\Transformation
;
10
14
class
Group
15
{
16
public
function
changeTimezone
(
string
$timezone) :
Transformation
17
{
18
return
new
ChangeTimezone
($timezone);
19
}
20
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\Refinery\DateTime\ChangeTimezone
Change the timezone (and only the timezone) of php's \DateTimeImmutable WITHOUT changing the date-val...
Definition:
ChangeTimezone.php:16
ILIAS\Refinery\DateTime\Group
Definition:
Group.php:15
ILIAS\Refinery\DateTime\Group\changeTimezone
changeTimezone(string $timezone)
Definition:
Group.php:16
ILIAS\Refinery\Transformation
A transformation is a function from one datatype to another.
Definition:
Transformation.php:18
ILIAS\Refinery\DateTime
Definition:
ChangeTimezone.php:4
src
Refinery
DateTime
Group.php
Generated on Sat Oct 4 2025 21:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)