Table View Invalid DateTime Error

Forum Home Forums Runtime Bugs Table View Invalid DateTime Error

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16237
    jlemus
    Participant

    Table View shows:
    Error
    An error occurred while processing your request.
    Request ID: 00-740d19a1ca9e46bbf8f4c08f5021a69c-f041f8f47595341e-00

    WebStation Log shows:
    System.ArgumentException: The supplied DateTime represents an invalid time. For example, when the clock is adjusted forward, any time in the period that is skipped is invalid. (Parameter ‘dateTime’)
    at System.TimeZoneInfo.ConvertTime(DateTime dateTime, TimeZoneInfo sourceTimeZone, TimeZoneInfo destinationTimeZone, TimeZoneInfoOptions flags, CachedData cachedData)
    at System.TimeZoneInfo.ConvertTimeToUtc(DateTime dateTime, TimeZoneInfo sourceTimeZone)
    at Scada.Web.Services.UserContextExtensions.ConvertTimeToUtc(IUserContext userContext, DateTime dateTime)
    at Scada.Web.Plugins.PlgMain.Areas.Main.Pages.TableViewModel.InitColumnMetas(DateTime selectedDate, Int32 tablePeriod)
    at Scada.Web.Plugins.PlgMain.Areas.Main.Pages.TableViewModel.LoadView(Nullable`1 id, String localDate)
    at lambda_method116(Closure, Object, Object[])

    #16238
    Mikhail
    Moderator

    Hello,

    Please open the browser tools (F12), select the Network tab, and make screenshots of the HTTP request details.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.