getting closer to full port of web app starter
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
:sig
|
||||
u64 time_parse(String time_string)
|
||||
|
||||
:params
|
||||
time_string : a string containing a date and/or time in text form
|
||||
return value : the interpreted 'time_string' as a Unix timestamp
|
||||
|
||||
:desc
|
||||
Attempts to parse the given 'time_string' into a Unix timestamp.
|
||||
|
||||
:see
|
||||
>time
|
||||
Reference in New Issue
Block a user