Skip to content
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

not started to work on ST3 mac os x #10

Closed
webresh opened this issue Feb 19, 2014 · 5 comments
Closed

not started to work on ST3 mac os x #10

webresh opened this issue Feb 19, 2014 · 5 comments
Labels

Comments

@webresh
Copy link

webresh commented Feb 19, 2014

Hi!
Thanks for a nice plugin.
I just installed it on Sublime Text 3 running on Mac OS X and when hitting F5 all I see is notice in status bar:
[InsertDate] Error parsing format string

in console I see
[InsertDate] Error parsing format string
UnknownTimeZoneError: "Parameter 'tz_out' = 'EST' is not a valid timezone name"

What to do to start using plugin?

@FichteFoll
Copy link
Owner

Please enter from InsertDate import pytz; pytz.timezone('EST') in the console and paste the output here.

@webresh
Copy link
Author

webresh commented Feb 19, 2014

from InsertDate import pytz; pytz.timezone('EST')
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "pytz in /Users/1/Library/Application Support/Sublime Text 3/Installed Packages/InsertDate.sublime-package", line 188, in timezone
InsertDate.pytz.exceptions.UnknownTimeZoneError: 'EST'

@FichteFoll
Copy link
Owner

Hm, okay. Can you try from InsertDate import pytz; pytz.all_timezones_set ?

Edit: I think I found the problem.

@webresh
Copy link
Author

webresh commented Feb 19, 2014

sure,
it responded
set()

then I hit F5 and again

[InsertDate] Error parsing format string
UnknownTimeZoneError: "Parameter 'tz_out' = 'EST' is not a valid timezone
name"

@FichteFoll
Copy link
Owner

Thanks for the report, fixed in 0.5.4 (should be out on package control within 15min).

@FichteFoll FichteFoll added the bug label Aug 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants