I'm working on a module which adds a new node type.
This new node type has a "closing_date" field which is in unix date format.
I need to show informations about the remaining time before the closing date calcolated from current time.
Drupal support the configuration of timezones.
What do I need to do to correctly use dates with timezones??
example:
closing date is 12/12/2006 15:00 GMT
I've set GMT as my timezone on my drupal account page
In my timezone is 12/12/2006 13:00
the module show "2 hours remaining"
I'm having trouble with some of the permission settings, and I'm not sure if I'm just missing something...
Basically the site I'm working on has a blog/articles section and a forum. I need to create an "Author/Moderator" user role, that can write content, edit all nodes and edit, authorise and close comments, but not change site-wide settings.
If using the archive core module, a spider can really slow down a drupal site, by recursively following the "previous month" links on the archive calendar.