in reply to Converting localtime to SQL format

The POSIX and Date::Format modules (among others) lets you create just about any format that you like.

Mysql has the FROM_UNIXTIME function though, so you might want to use that directly.

--
brian d foy <brian@stonehenge.com>

Replies are listed 'Best First'.
Re^2: Converting localtime to SQL format
by Deib (Sexton) on Mar 30, 2005 at 07:41 UTC
    Thats interesting :)
    thanks a lot