-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
duckling suddenly can’t parse local timestamp #4006
Comments
This is a different warning, but may be related, when running
Edit: that was on the binder though, not on my local machine -- no error when running rasa x on the machine that caused the duckling error |
@erohmensing Just encountered the first error myself. By "need to change something in rasa/duckling", do you mean the Docker image |
i meant |
I did pass a timezone and still got the same error. |
Hi, Is this issue fixed, |
It isn't, the warning still shows. However, it doesn't seem to stop duckling from parsing dates at all, though it might be defaulting to UTC instead of time zone, i'm not sure. |
Thanks @erohmensing. |
@azharameen you can use |
bump same issue. I believe this is why it's giving me UTC -7 co-ordinates even though I am using "America/New_York" under time zone |
replace |
@fanlu does this give the correctly-timezoned timestamp as well? If so, I'd love to take a contribution from you to fix it! 😃 |
Yes, I think there is no problem with timezone.
|
This warning occurs because (as you can see)
Where
But |
This happens when
you don’t pass a timezone to theducklingconfiguration and ittries to get your time using reference time.I thought this was my new computer sending weird timestamps, but it’s happened on both old and new and was recently reported by a community member.
Warning:
The text was updated successfully, but these errors were encountered: