Ignore:
Timestamp:
12/19/12 13:30:46 (11 years ago)
Author:
acoutinho
Message:

Ticket #3249 - Problema com horarios na edicao de tarefas e atividades

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/modules/calendar/js/timezone.js

    r7635 r7680  
    8080    getDate: function( time, rang, isAllDay){ 
    8181 
    82         return (new Date( parseInt( time ) - ((rang == 'end' && isAllDay && parseInt(isAllDay) == 1) ? 86400000 : 0) )).toString( User.preferences.dateFormat ); 
     82        return  Timezone.normalizeDate(new Date( parseInt( time ) - ((rang == 'end' && isAllDay && parseInt(isAllDay) == 1) ? 86400000 : 0)), false, true).toString( User.preferences.dateFormat ); 
    8383 
    8484    }, 
Note: See TracChangeset for help on using the changeset viewer.