seconds_to_string: Convert seconds after midnight to time string

View source: R/utils.R

seconds_to_stringR Documentation

Convert seconds after midnight to time string

Description

Converts seconds after midnight as integers to strings in the "HH:MM:SS" format.

Usage

seconds_to_string(seconds)

Arguments

seconds

An integer.

Value

A time-representing string.


gtfstools documentation built on Nov. 24, 2022, 5:09 p.m.