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 April 4, 2025, 2:39 a.m.