Bobcat 0.5.6
Add more functionality to Date/Time math:
- calculate duration by subtracting a time from another time
int + time
is now the same astime + int
- can concatenate strings and time -- yields a string, honors strftime format
- increased resolution to milliseconds to match JS (and most databases)