in reply to DateTime->now problem

Can you post more code? Where are you calling from_epoch?

Also, please see Writeup Formatting Tips.

Replies are listed 'Best First'.
Re^2: DateTime->now problem
by ikegami (Patriarch) on Apr 01, 2011 at 21:09 UTC
    sub now { shift->from_epoch( epoch => ( scalar time ), @_ ) }