Delicer 0.6.0.7 and ISO8601 time string
Delicer 0.6.0.7 - del.icio.us client released. You can download it for free here.
In this release: Fix to a bug, reported by Austin:
"...I used a custom date format with periods for date and time separators (that is 2006.05.31 12.13 instead of 31/05/2006 12:13 which is my region's default 24h format). Changing my system configuration made this work, but this is probably a bug..."
Man, it was interesting. Like when you customize your system culture settings via "Regional Options", DateTime.Parse would not work correctly in any case (including universal trick with CurrentThread.CurrentCulture). You get a format exception when you try to convert ISO8601 time string to DateTime in c#. But since ISO8601 time string format is a standard, one can use DateTime.ParseExact which works perfectly.
Delicer has 620 downloads until now. More features on the way. Enjoy :)
See Delicer previous version (0.6.0.6) post.
Friday, June 2, 2006 5:27 AM