MycroftAI / lingua-franca

Mycroft's multilingual text parsing and formatting library
Apache License 2.0
73 stars 77 forks source link

Add new top-level function nice_relative_time #232

Closed krisgesling closed 2 years ago

krisgesling commented 2 years ago

Description

Added the nice_relative_time() function that takes in two datetimes and returns a description of the period between them. This is currently used in skill-alarm but not localized.

Extension of PR #231 by @e-gor

Type of PR

Testing

Unit tests included.

Documentation

Docstring included.

CLA