Robot Framework
DateTime.py File Reference

Go to the source code of this file.

Classes

class  robot.libraries.DateTime.Date
 
class  robot.libraries.DateTime.Time
 

Namespaces

 robot.libraries.DateTime
 

Functions

def robot.libraries.DateTime.add_time_to_date (date, time, result_format='timestamp', exclude_millis=False, date_format=None)
 Adds time to date and returns the resulting date. More...
 
def robot.libraries.DateTime.add_time_to_time (time1, time2, result_format='number', exclude_millis=False)
 Adds time to another time and returns the resulting time. More...
 
def robot.libraries.DateTime.convert_date (date, result_format='timestamp', exclude_millis=False, date_format=None)
 Converts between supported date formats. More...
 
def robot.libraries.DateTime.convert_time (time, result_format='number', exclude_millis=False)
 Converts between supported time formats. More...
 
def robot.libraries.DateTime.get_current_date (time_zone='local', increment=0, result_format='timestamp', exclude_millis=False)
 Returns current local or UTC time with an optional increment. More...
 
def robot.libraries.DateTime.subtract_date_from_date (date1, date2, result_format='number', exclude_millis=False, date1_format=None, date2_format=None)
 Subtracts date from another date and returns time between. More...
 
def robot.libraries.DateTime.subtract_time_from_date (date, time, result_format='timestamp', exclude_millis=False, date_format=None)
 Subtracts time from date and returns the resulting date. More...
 
def robot.libraries.DateTime.subtract_time_from_time (time1, time2, result_format='number', exclude_millis=False)
 Subtracts time from another time and returns the resulting time. More...
 

Variables

list robot.libraries.DateTime.__all__
 
 robot.libraries.DateTime.__version__ = get_version()