Sha256: 49903109dc7f5b037585e97ee2c0cab5934a6d68c7dbaf1a9a7e74a8b0ec1ea1
Contents?: true
Size: 173 Bytes
Versions: 14
Compression:
Stored size: 173 Bytes
Contents
package org.embulk.spi.time; public interface JRubyTimeParserHelper { public long strptime(String text) throws TimestampParseException; public String getZone(); }
Version data entries
14 entries across 14 versions & 1 rubygems