robotframework-datetime-tz

Robot Framework library for date/time with locales and time zones


Keywords
robotframework, test, automation, rpa, library, date, time, locales, time-zones, continuous-testing, robot-framework, robotframework-library, testautomation
License
Apache-2.0
Install
pip install robotframework-datetime-tz==1.0.6

Documentation

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.

[📌] 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

[💝] Credits:

DateTime Library

Made with ❤️ for Robot Framework