NYCPHP Meetup

NYPHP.org

[nycphp-talk] DST & cron jobs running an hour late

Néstor rotsen at gmail.com
Mon Mar 12 16:49:43 EDT 2007


I have decided to use javascript which uses the system date
and that way I do not have to worry about it.

<script language='JavaScript'>
var rightNow = new Date(); // create a new variable called .rightNow.
document.writeln(rightNow.toLocaleString());
</script>


Néstor :-)

On 3/12/07, Néstor <rotsen at gmail.com> wrote:
>
> I am using php 4.3.2
> I had to do the following to have my date show up correct
> but I have to remember to change it bac on NOv 4th 2007 (yack!!!)
>
> // echo date("F j, Y, g:i a"); //this line does what the next 3 line of
> code do
>                                         //except that the date is wron gby
> 1hour
>    $today = getdate();
>    $mydate = $today['month'] . " " . $today['mday'] . ", " .
> $today['year'] . ", " . ($today['hours'] + 1) . ":" . $today['minutes'] ;
>    echo $mydate . "<br>\n";
>
> I tried setting the time.zone but it did nothing and it complaint when I
> tried
> to use date_default_timezone_set() because that is a php 5 function
>
> I need to find a better solution!!!
>
> Thanks,
>
> Néstor :-)*
> *
>
> On 3/12/07, Darian Anthony Patrick <darian at criticode.com> wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Néstor,
> >
> > There is an ini setting for timezone.  You may need to set that.
> >
> > See this thread:
> > http://lists.nyphp.org/pipermail/talk/2007-February/021239.html
> >
> > Darian
> >
> > - --
> > Darian Anthony Patrick
> > Principal, Application Development
> > Criticode LLC
> > (215) 240-6566 Office
> > (866) 789-2992 Facsimile
> > Web:   http://criticode.com
> > Email: darian at criticode.com
> > JID:   darian at jabber.criticode.net
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.2.2 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >
> > iD8DBQFF9YwcKpzEXPWA4IcRAplBAKCOd2Rmx7bCVbYIiqzSs8RakGKhiACfYGjn
> > 74SNReMKlKoJvp+7psOzJoc=
> > =TZYa
> > -----END PGP SIGNATURE-----
> > _______________________________________________
> > New York PHP Community Talk Mailing List
> > http://lists.nyphp.org/mailman/listinfo/talk
> >
> > NYPHPCon 2006 Presentations Online
> > http://www.nyphpcon.com
> >
> > Show Your Participation in New York PHP
> > http://www.nyphp.org/show_participation.php
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nyphp.org/pipermail/talk/attachments/20070312/ce879b4e/attachment.html>


More information about the talk mailing list