Extended Log Format or custom?

Dick Kriesel dick.kriesel at mail.com
Sat Jan 17 16:45:42 EST 2015


> On Jan 17, 2015, at 12:13 PM, Richard Gaskin <ambassador at fourthworld.com> wrote:
> 
> What would you do?

I'd skim through the ELFF doc for something to try.

How about using ELFF fields date and time?

"Dates are recorded in the format YYYY-MM-DD where YYYY, MM and DD stand for the numeric year, month and day respectively. All dates are specified in GMT. This format is chosen to assist collation using sort."

"Times are recorded in the form HH:MM, HH:MM:SS or HH:MM:SS.S where HH is the hour in 24 hour format, MM is minutes and SS is seconds. All times are specified in GMT."

And/or, how about extending your format using an app-specific field, like x-longSeconds?

Otherwise, I’d probably Do It My Way.

-- Dick



More information about the use-livecode mailing list