Ruby | Time utc? function
Time#utc?() : utc?() is a Time class method which checks whether the time is a conversion to UTC (GMT), modifying the receiver. Syntax: Time.utc?() Parameter: Time values Return: true - if there is a time conversion to UTC (GMT), modifying the receiver Otherwise return false. Example #1 : # Ruby cod