http://www.perlmonks.org?node_id=443382


in reply to Re^2: Converting localtime to SQL format
in thread Converting localtime to SQL format

You provide a good reason to rather use Posix::strftime(): Your solution is wrong since the month is zero-based and you forgot to increment the month.
Indeed. Mine was more of an example especially aimed at reminding of different contexts.
  • Comment on Re^3: Converting localtime to SQL format