string_to_time


string_to_time(s)
      

Return an association list with the components of the ISO-8601 encoded string s.

Examples:

	
string_to_time(time_to_string(now()))
// [seconds:52, minute:58, hour:20, month_day:21, month:7, year:2016,
      week_day:4, year_day:203, is_utc:false, is_dst:false]
      

Also see:

time_to_string
now


Core Module Index | Contents