Check if a string is a valid timestamp 14.
Parameters:
Returns:
79 80 81 82 83 84 85
# File 'lib/aemo/time.rb', line 79 def valid_timestamp14?(string) parse_timestamp14(string) true rescue AEMO::TimeError false end