1 2 3 4 5 6 7
prelude: | # frozen_string_literal: true time = Time.now benchmark: - time.strftime("%FT%T") # 19B - time.strftime("%FT%T.%3N") # 23B - time.strftime("%FT%T.%6N") # 26B