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 Oct. 8, 2024, 1:08 a.m.