An open API service indexing awesome lists of open source software.

https://github.com/testautomation/datetimetz

Robot Framework DateTimeTZ library provides functionality for manipulating date and time in different locales and time zones.
https://github.com/testautomation/datetimetz

continuous-testing robot-framework robotframework robotframework-library rpa testautomation

Last synced: 3 months ago
JSON representation

Robot Framework DateTimeTZ library provides functionality for manipulating date and time in different locales and time zones.

Awesome Lists containing this project

README

        

# DateTimeTZ Library for Robot Framework

### Introduction:

[Robot Framework] DateTimeTZ library provides functionality for manipulating date and time in different locales and time zones. More information about this library can be found in the [Keyword Documentation].

### [:pushpin:] Installation:

1. Install DateTimeTZ library with pip
- `pip install robotframework-datetime-tz`
- all dependencies will be auto-installed

2. (*optionally*) Install DateTimeTZ library from source
- Git clone this repository
- Go into repository's root folder and install library form source using:
- `python setup.py install`

### [:gift_heart:] Credits:

[DateTime Library]

Made with :heart: for [Robot Framework]

[Keyword Documentation]: https://testautomation.github.io/DateTimeTZ/doc/DateTimeTZ.html
[Robot Framework]: https://github.com/robotframework/robotframework
[DateTime Library]: https://github.com/rmerkushin/DateTime