Bug #10
(ldepetrillo) Stringa non riconosciuta come valore DateTime valido.
| Status: | Closed | Start: | 01/27/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 100% |
|
| Category: | General | |||
| Target version: | v0.9.9.3 | |||
| Vote: | 0 |
Description
Unexpected Error: Stringa non riconosciuta come valore DateTime valido.
Exception Information:
Message: Stringa non riconosciuta come valore DateTime valido.
Source: mscorlib
Stack Trace: in System.DateTimeParse.ParseExactMultiple(String s, String[] formats, DateTimeFormatInfo dtfi, DateTimeStyles style)
in System.DateTime.ParseExact(String s, String[] formats, IFormatProvider provider, DateTimeStyles style)
in System.Data.SQLite.SQLiteConvert.ToDateTime(String dateText)
in System.Data.SQLite.SQLiteConvert.ToDateTime(IntPtr ptr, Int32 len)
in System.Data.SQLite.SQLite3.GetDateTime(SQLiteStatement stmt, Int32 index)
in System.Data.SQLite.SQLiteDataReader.GetDateTime(Int32 i)
in Timetracker.Plugins.database.SQLiteDatabase.getTrackerItem(DateTime start, DateTime stop)
in Timetracker.MainWindow.showTracker(Int32 option, Boolean update)
in Timetracker.MainWindow.showTracker(Boolean update)
in Timetracker.MainWindow.timerUpdateTable_Elapsed(Object sender, ElapsedEventArgs e)
Associated revisions
History
Updated by Armindo Antunes 1103 days ago
Can anyone provide more details about this error?
Steps to reproduce or a database file (USERPROFILE\.timetracker\timetracker.db) with this error would be great.
Updated by Armindo Antunes 1085 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset r17.
Updated by Armindo Antunes 1085 days ago
- Target version changed from v0.9.9.1 to v0.9.9.3
Fixed Italian regional issue.