Quote:
Originally Posted by HamletEagle
Use parse_time to convert both the start and end date time strings to unix timestamps. Then subtract these 2 values and you'll get the difference in seconds, which seems to be what you want.
|
Thanks for taking the time to respond, the "problem" is that I want this automated function to run on a specific day and time every week, for example every Saturday 12 PM, which is why parse_time doesn't seem to cover this situation.
__________________