Merge branch 'stable'
This commit is contained in:
commit
c911dbded6
|
@ -46,7 +46,7 @@ class Application_Common_DateHelper
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get the abbreviated timezone for the currently logged in user.
|
/** Get the abbreviated timezone for the currently logged in user.
|
||||||
* @return A string containing the short form of the timezone set in the preferences for the current user (eg. EST, CEST, etc.)
|
* @return string A string containing the short form of the timezone set in the preferences for the current user (eg. EST, CEST, etc.)
|
||||||
*/
|
*/
|
||||||
public static function getUserTimezoneAbbreviation()
|
public static function getUserTimezoneAbbreviation()
|
||||||
{
|
{
|
||||||
|
@ -54,7 +54,7 @@ class Application_Common_DateHelper
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Get the abbreviated timezone string of the timezone the station is set to.
|
/** Get the abbreviated timezone string of the timezone the station is set to.
|
||||||
* @return A string containing the short form of the station's timezone (eg. EST, CEST, etc.)
|
* @return string A string containing the short form of the station's timezone (eg. EST, CEST, etc.)
|
||||||
*/
|
*/
|
||||||
public static function getStationTimezoneAbbreviation()
|
public static function getStationTimezoneAbbreviation()
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.4",
|
"php": "^7.4",
|
||||||
"friendsofphp/php-cs-fixer": "<3.17.1"
|
"friendsofphp/php-cs-fixer": "<3.20.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue