Skip to content

Bobcat 0.5.6

Compare
Choose a tag to compare
@ibnc ibnc released this 04 Oct 02:40

Add more functionality to Date/Time math:

  • calculate duration by subtracting a time from another time
  • int + time is now the same as time + int
  • can concatenate strings and time -- yields a string, honors strftime format
  • increased resolution to milliseconds to match JS (and most databases)