aboutsummaryrefslogtreecommitdiff
path: root/xbmc/XBDateTime.cpp
AgeCommit message (Expand)Author
2023-04-09Update CDateTime::GetAsLocalizedDate() so that xmbc.getRegion() can return al...DeltaMikeCharlie
2023-02-09XBDateTime: Fix jump on uninitialized valueMarkus Härer
2022-08-26[cppcheck] useInitializationListRechi
2021-05-23Merge pull request #19688 from lrusak/missing-field-initializersLukas Rusak
2021-05-20remove use of c_str() from CLog::Log callsLukas Rusak
2021-05-20update logging to new formatLukas Rusak
2021-05-18fix missing-field-initializersLukas Rusak
2021-05-14make simple StringUtils::Format calls use std::to_stringLukas Rusak
2021-05-14remove use of c_str() from StringUtils::Format callsLukas Rusak
2021-05-09update format to new styleLukas Rusak
2020-10-30[clang-tidy] performance-faster-string-findRechi
2020-09-16XBDateTime: Do not mix signed and unsigned valuesVasyl Gello
2020-09-16XBDateTime: Use signed LARGE_INTEGER instead of unsigned ULARGE_INTEGERVasyl Gello
2020-03-10replace stricmp with StringUtils::CompareNoCaseLukas Rusak
2020-02-21CDateTime: add missing format TIME_FORMAT_HH_SSLukas Rusak
2020-02-21CDateTime: time zone needs to be adjusted in reverse of advertisedLukas Rusak
2020-02-15PlatformDefs.h: move FILETIME to XTimeUtils.hLukas Rusak
2020-02-06XTimeUtils: add methods to namespace KODI::TIME::Lukas Rusak
2019-05-25[posix] move common posix files from linux to posix platformfuzzard
2018-12-08[Settings] Fix regression for time oldformat settingenen92
2018-07-27[xbmc] Update copyright year spanh.udo
2018-07-27[xbmc] Team XBMC -> Team Kodih.udo
2018-07-27[xbmc] GPL-2.0-or-later SPDX license identifierh.udo
2018-07-13[cleanup][xbmc] silence useless cast warningsRechi
2018-06-12[xbmc] nuke whitespaceh.udo
2018-06-01[PVR] PVRGUIInfo: Fix clock format handling for PVR.Timeshift(Start|End|Play)...Kai Sommerfeld
2018-04-15[guiinfo][datetime] Implement TIME_FORMAT_M.Kai Sommerfeld
2018-04-14[guiinfo] Implement player guiinfo provider.Kai Sommerfeld
2018-02-07[cleanup][PlatformDefs] remove FALSE & TRUERechi
2018-02-07[cleanup][PlatformDefs] remove ZeroMemoryRechi
2018-02-07[cleanup][PlatformDefs] remove LONGLONGRechi
2018-02-07[cleanup][PlatformDefs] remove Int32x32To64Rechi
2018-01-24A mass change from xbmc.org to kodi.tv.Stig-Ørjan Smelror
2017-06-01CDateTime: add GetAsDBTime()montellese
2016-06-13[doxygen] todo listMartijn Kaijser
2016-02-11CDateTime: add factory methodsThomas Amland
2015-07-20remove duplicate ;;Martijn Kaijser
2015-07-15don't mess with the long and short date formats defined in langinfo.xmlmontellese
2015-04-16CLangInfo: fix GetMeridiemSymbol to return the proper string based on the cur...montellese
2015-03-09settings: add locale.timeformat and locale.use24hourclock settingsmontellese
2015-02-10CHG: Move to c++11 and use std:shared_ptr rather than boostChris "Koying" Browet
2014-12-16Revert "rename xbmc folder to src"Rainer Hochecker
2014-12-15rename xbmc folder to srcFneufneu
2014-07-04[stdstring] get rid of CStdString in xbmc/XBDateTimeArne Morten Kvarving
2014-05-04Split out IArchivable from Archive.hRawk
2014-04-26CDateTime: extend SetFromW3CDate() and add GetAsW3CDate(), GetAsW3CDateTime()...montellese
2014-01-04[date/time] have SetFromDateString() first attempt SetFromDBDate() before att...Jonathan Marshall
2014-01-04[date/time] validate SetFromDBDate() a little betterJonathan Marshall
2014-01-04[date/time] Return a bool from SetDate/Time to indicate a successful, valid, ...Jonathan Marshall
2013-12-03XBDateTime: add missing includesKarlson2k