Ignore:
Timestamp:
11/29/12 17:12:33 (11 years ago)
Author:
acoutinho
Message:

Ticket #3233 - Problemas na configuracao da hora de um evento.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/timezones.php

    r7036 r7579  
    1212 
    1313$localtime = localtime(time(), true); 
    14 $timezone['isDaylightSaving'] =  !!$localtime['tm_isdst']; 
     14$timezone['isDaylightSaving'] =  !!$localtime['tm_isdst'] ? 1 : 0; 
    1515 
    1616echo json_encode($timezone); 
Note: See TracChangeset for help on using the changeset viewer.