Ticket #60 (closed enhancement: fixed)

Opened 9 months ago

Last modified 7 months ago

Timestamps

Reported by: Ligustah Assigned to: JarrettBillingsley
Priority: normal Milestone: MiniD 2
Component: Stdlib Keywords:
Cc:

Description

IMHO, there is a timestamp function missing in the stdlib. Of course you can get the dateTime(), but you had to calculate a timestamp every time. So please add either a timestamp() function or a 'timestamp' field to the table, which is returned by dateTime().

Thanks, Mfg Ligustah

Change History

03/02/08 11:23:34 changed by JarrettBillingsley

Doesn't os.dateString() do it? Or are you talking about a numerical timestamp rather than a textual one?

03/02/08 15:48:39 changed by Ligustah

Yes, a numerical timestamp, which i can store somewhere easily.

Mfg Ligustah

03/02/08 18:25:59 changed by JarrettBillingsley

Alright, I'll put it in.

Any particular formula you'd like it to use?

04/28/08 22:18:03 changed by JarrettBillingsley

  • milestone set to MiniD 2.

05/02/08 21:48:43 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to fixed.

(In [300]) Closes #60. Also changed $ function calls so they can take multiple parameters.