Robot Framework library for working with date/time strings in test suites
This is a simple library created to allow Robotframework Test Suite writers to compare two dates expressed in potentially different formats directly in a test step without having to do complicated string conversions in a user keyword.
Documentation for available keywords is in doc directory (generated by libdoc)
No doubt there are bugs and missing functionality in this library. If you encounter any problems or have a feature request (i.e. new keywords you'd like to have), please open an issue on the project's github issue tracker: https://github.com/tduskin/robotframework-datetimelibrary/issues
Copyright 2013 Maldivica (www.maldivica.com)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.