Add Cut
cut_created Warning (2) : strftime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. [CORE/Cake/View/Helper/FormHelper.php , line 2525 ]Code Context
if ( is_numeric ( $value )) {
$value = strftime ( '%Y-%m-%d %H:%M:%S' , $value );
$value = (int) 1747154902
$timeFormat = (int) 12
$year = null
$month = null
$day = null
$hour = null
$min = null
$meridian = null strftime - [internal], line ??
FormHelper::_getDateTimeValue() - CORE/Cake/View/Helper/FormHelper.php, line 2525
FormHelper::dateTime() - CORE/Cake/View/Helper/FormHelper.php, line 2376
FormHelper::_getInput() - CORE/Cake/View/Helper/FormHelper.php, line 1057
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1012
include - APP/View/Cuts/add.ctp, line 36
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::render() - CORE/Cake/View/View.php, line 462
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110 Warning (2) : date() [function.date ]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. [CORE/Cake/View/Helper/FormHelper.php , line 2787 ]Code Context break;
case 'year' :
$current = intval ( date ( 'Y' ));
$name = 'year'
$options = array(
'value' => '2025',
'min' => null,
'max' => null,
'order' => 'desc'
)
$data = array() date - [internal], line ??
FormHelper::_generateOptions() - CORE/Cake/View/Helper/FormHelper.php, line 2787
FormHelper::year() - CORE/Cake/View/Helper/FormHelper.php, line 2146
FormHelper::dateTime() - CORE/Cake/View/Helper/FormHelper.php, line 2472
FormHelper::_getInput() - CORE/Cake/View/Helper/FormHelper.php, line 1057
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1012
include - APP/View/Cuts/add.ctp, line 36
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::render() - CORE/Cake/View/View.php, line 462
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
January
February
March
April
May
June
July
August
September
October
November
December
-
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-
2045
2044
2043
2042
2041
2040
2039
2038
2037
2036
2035
2034
2033
2032
2031
2030
2029
2028
2027
2026
2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
2007
2006
2005
1
2
3
4
5
6
7
8
9
10
11
12
:
00
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
am
pm
cut_updated Warning (2) : strftime() [function.strftime ]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. [CORE/Cake/View/Helper/FormHelper.php , line 2525 ]Code Context
if ( is_numeric ( $value )) {
$value = strftime ( '%Y-%m-%d %H:%M:%S' , $value );
$value = (int) 1747154902
$timeFormat = (int) 12
$year = null
$month = null
$day = null
$hour = null
$min = null
$meridian = null strftime - [internal], line ??
FormHelper::_getDateTimeValue() - CORE/Cake/View/Helper/FormHelper.php, line 2525
FormHelper::dateTime() - CORE/Cake/View/Helper/FormHelper.php, line 2376
FormHelper::_getInput() - CORE/Cake/View/Helper/FormHelper.php, line 1057
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1012
include - APP/View/Cuts/add.ctp, line 41
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::render() - CORE/Cake/View/View.php, line 462
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110 Warning (2) : date() [function.date ]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. [CORE/Cake/View/Helper/FormHelper.php , line 2787 ]Code Context break;
case 'year' :
$current = intval ( date ( 'Y' ));
$name = 'year'
$options = array(
'value' => '2025',
'min' => null,
'max' => null,
'order' => 'desc'
)
$data = array() date - [internal], line ??
FormHelper::_generateOptions() - CORE/Cake/View/Helper/FormHelper.php, line 2787
FormHelper::year() - CORE/Cake/View/Helper/FormHelper.php, line 2146
FormHelper::dateTime() - CORE/Cake/View/Helper/FormHelper.php, line 2472
FormHelper::_getInput() - CORE/Cake/View/Helper/FormHelper.php, line 1057
FormHelper::input() - CORE/Cake/View/Helper/FormHelper.php, line 1012
include - APP/View/Cuts/add.ctp, line 41
View::_evaluate() - CORE/Cake/View/View.php, line 931
View::_render() - CORE/Cake/View/View.php, line 893
View::render() - CORE/Cake/View/View.php, line 462
Controller::render() - CORE/Cake/Controller/Controller.php, line 952
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 194
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 162
[main] - APP/webroot/index.php, line 110
January
February
March
April
May
June
July
August
September
October
November
December
-
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
-
2045
2044
2043
2042
2041
2040
2039
2038
2037
2036
2035
2034
2033
2032
2031
2030
2029
2028
2027
2026
2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011
2010
2009
2008
2007
2006
2005
1
2
3
4
5
6
7
8
9
10
11
12
:
00
01
02
03
04
05
06
07
08
09
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
am
pm