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.
- Host: GitHub
- URL: https://github.com/testautomation/datetimetz
- Owner: testautomation
- License: apache-2.0
- Fork: true (Tset-Noitamotua/DateTime)
- Created: 2019-05-25T11:18:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T16:15:35.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T15:48:49.253Z (3 months ago)
- Topics: continuous-testing, robot-framework, robotframework, robotframework-library, rpa, testautomation
- Language: Python
- Homepage: https://testautomation.github.io/DateTimeTZ/
- Size: 215 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-installed2. (*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