Solved Date/Time

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

GoodmanSIG

Member
Sep 25, 2018
11
0
0
36
code_language.skript:
set {_unix-time} to convert date now to unix date
set {_haha} to {_unix-time} + 1000
set {_var} to convert unix {_haha} to date formatted as "dd/MM/yy HH:mm"

[21:34:47 ERROR]: [skUtilities] v0.9.2: For input string: "1.54473428" (ExprUnixToDate.class)


Does anyone know the solution?
I need to add some time to the current time.
 
Last edited:
You don't have to convert it: you can use
code_language.skript:
add 1 day to {_time}
 
Status
Not open for further replies.