Search the Community
Showing results for tags 'Timezone'.
-
Hi all, I've just noticed on the site that I'm developing, that the time is wrong for the $page->created field. In the config.php file I have the timezone set to $config->timezone = 'Europe/London'; The date is correct, but the time is out. It is currently 21.35 where I am, but the time that's...
-
I installed a module and noticed that the "Installed Date" in Module Information showed "2 hours from now". I also noticed that after I modified a page, the "Last Modified Date" showed the date and time, plus in parenthesis "2 hours from now". I am in Eastern (New York) time, the server is in...
-
<link type='text/css' href='/wire/modules/Inputfield/InputfieldDatetime/InputfieldDatetime.css?v=103' rel='stylesheet' /> <link type='text/css' href='/wire/modules/Inputfield/InputfieldCheckboxes/InputfieldCheckboxes.css?v=100' rel='stylesheet' /> <link type='text/css' href='/wire/templates-admin/st...
- 1 reply
-
- InputfieldDatetime
- Timezone
-
(and 2 more)
Tagged with:
-
Hi there, can't seem to get my head around handling user timezones the right way and hope to get some feedback from people more knowledgeable than me. My scenario: Users can set publishing date/time for pages they create through a frontend form. These should be saved in the users' timezone. I...
-
hello forum i have insert a datetime field and it shows me the correct day with wrong hour, i changed the $config->timezone inside site/config.php from America/New_York to Europe/Athens as seen here but then i get (31 December 1969 7:00 pm) i have try and with other europe citys and i get the same d...