helpers.php 63 B

123456
  1. <?php
  2. function now($tz = null)
  3. {
  4. return Date::now($tz);
  5. }