Ignore:
Timestamp:
7 Aug 2012, 21:06:42 (12 years ago)
Author:
Henrik Bettermann
Message:

Take timezone into consideration when displaying the date only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/browser_templates/applicantsrootpage.pt

    r8388 r9088  
    2525      </td>
    2626      <td>
    27       <span tal:content="python: layout.formatDate(entry.startdate)">START</span>
     27      <span tal:content="python: layout.formatTZDate(entry.startdate)">START</span>
    2828      -
    29       <span tal:content="python: layout.formatDate(entry.enddate)">END</span>
     29      <span tal:content="python: layout.formatTZDate(entry.enddate)">END</span>
    3030      </td>
    3131    </tr>
Note: See TracChangeset for help on using the changeset viewer.