You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm passing dates in this format '2023-03-10T14:44:30', but it appears to being wrongly converted in something else.
The action is from my contract and it accept two field: "start" and "expire". In the contract code i check if "start" is earlier then "end".
My contract works as aspected using cleos Eosio Studio or blok. It's not working with this lib.
How i have to pass the date to the python script?
Please help me
The text was updated successfully, but these errors were encountered:
Oh great! I'm really happy to be of help.
If it is not a big fix, can i ask you to share the fix in a comment, as i need this lib very soon.
Thank you again
i'm passing dates in this format '2023-03-10T14:44:30', but it appears to being wrongly converted in something else.
The action is from my contract and it accept two field: "start" and "expire". In the contract code i check if "start" is earlier then "end".
My contract works as aspected using cleos Eosio Studio or blok. It's not working with this lib.
How i have to pass the date to the python script?
Please help me
The text was updated successfully, but these errors were encountered: