AutoTools Autotools "Now" Time is off by 1 hour

Discussion in 'AutoApps' started by PGatti, Dec 11, 2019.

  1. PGatti

    PGatti New Member

    Joined:
    Dec 11, 2019
    Messages:
    2
    Likes Received:
    0
    Hello all,

    I'm having some trouble using the Add Time action in Autotools. It's set as
    Code (Text):
    Use Now: true
    Add Unit: Minutes
    Add Value: -58
    Output Format: HH:mm
    because it adds 1 hour to my current time. I have tried manually setting my phone's clock, clearing autoapps' cache and rebooting the phone.
    As a workaround, I tried
    Code (Text):
    Dates to Format: %TIMES
    Format: HH:mm
    but the result is the same, which makes me wonder where does this value comes from.

    I don't actually know if this is a autotools/tasker problem or a system problem. I hope someone can help with this.

    Cheers
     
    Last edited: Dec 11, 2019
  2. PGatti

    PGatti New Member

    Joined:
    Dec 11, 2019
    Messages:
    2
    Likes Received:
    0
    Well, a work around was to use %TIME instead of %TIMES. Then I used split and set Add Time as
    Code (Text):
    Hour: %timeNow1
    Minute: %timeNow2
    Add Unit: Minutes
    Add Value: 2
    Output Format: HH:mm
    Not an elegant solution, but it worked.
     

Share This Page