Help for this page

Select Code to Download


  1. or download this
    DateTime->today( time_zone => 'local' )
    
  2. or download this
    DateTime
       ->now( time_zone => 'local' )
       ->set_time_zone('floating')
       ->truncate( to => 'day' )