Custom Query (2152 matches)
Results (745 - 747 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#330 | fixed | getdata/ons timezone not recognised on non-British servers | dread | dread |
Description |
The python time module is supposed to recognise timezones such as 'UTC', 'GMT' and 'BST' using the %Z parameter. This works fine on British installs, but the buildbot (for example) gives this error: DateConvertError?: Could not read date as ISO format "%a, %d %b %Y %H:%M:%S %Z". Date provided: "Mon, 04 Jan 2010 09:30:00 BST" It turns out that it only recognises local names of timezones. The ONS import doesn't care much about timezone, so we should just ignore it, avoiding these problems. |
|||
#332 | fixed | Autocomplete tag on click | pudo | rgrp |
Description |
During tag autocompletion, clicking on a suggested tag doesn't trigger completion in the text box. |
|||
#334 | fixed | Wrong link for package feed icon | pudo | dread |
Description |
This is a problem with the package page e.g. http://ckan.net/package/open-election-data-project . The feed icon links to [1] and the text next to it "Subscribe" links to [2]. Surely these should be the same? The second link seems to right one to me. |