source: trunk/timestamp.php @ 65

Last change on this file since 65 was 33, checked in by pinsard, 17 years ago

add Id in many headers; replace bibrefnemo.xml by biblio.xml

  • Property svn:keywords set to Id
File size: 478 bytes
Line 
1<?php
2
3/*
4module :
5++
6
7update :
8++ quand on sera passer en PHP => 5.1
9++ - decommenter date_default_timezone_set('UTC')
10++ - remplacer gmdate par date
11$Id$
12fplod 2007-05-09T09:14:02Z aedon.locean-ipsl.upmc.fr (Darwin)
13creation
14*/
15
16/*
17 Définit le fuseau horaire par défaut à utiliser. Disponible depuis PHP 5.1
18date_default_timezone_set('UTC'); ++
19*/
20error_reporting(E_ALL);
21
22$DATE_ISO8601_mod = 'Y-m-d\TH:i:s\Z'; /* +Z - fraction seconde */
23
24echo gmdate($DATE_ISO8601_mod);
25?>
Note: See TracBrowser for help on using the repository browser.