Search

You searched for the word(s): userid:809248

Matching Posts

  • Re: Events_Download and Time Zones

    Your solution does not work for me since Arizona dosn't follow daylight savings time which means any hard coded solution would only be right part of the time. It did however, lead me to a solution. My solution is: 1. obtain a TimeZoneInfo object for the server's time zone and the event's time zone (Central Standard Time) 2. use the .GetOffset method on both time zone objects to find the offset from UTC time 3. the difference in the offsets is then added to the event's starttime and
    Posted to Club Web Site Starter Kit (Forum) by ddrossel on 7/17/2008
  • Events_Download and Time Zones

    I have an issue with the Club Web Site Events_Download routine. All my times are entered and stored in CST (Central Standard Time). My hosting server is in Arizona (MST, no daylight savings). My calendar (and that of all users of my site) is in the CST zone. When Events_Download is called to add an event to my calendar, the ".ToUniversalTime." routine assumes the entered CST times to be MST times and then coverts them to GMT for the VCalendar routine. Thess GMT values are then converted
    Posted to Club Web Site Starter Kit (Forum) by ddrossel on 7/15/2008
  • Sorting locations displayed on Locations_List page

    How do you sort the locations_list by title? I have seen posts suggesting that you change "order by id" to "order by title" in the stored procedure PagedLocationsDoesList. This change only sorts the first page of locations, all other pages remain in id order. Does anybody have the solution?
    Posted to Club Web Site Starter Kit (Forum) by ddrossel on 6/24/2008
Page 1 of 1 (3 items)