mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
ALF-10204 Support for specifying the timezone (rather than just offset) for calendar entries when creating/editing, with tests, and use this to improve all day event storage/detection
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@30436 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -279,7 +279,7 @@ public class CalendarServiceImplTest
|
||||
c.set(Calendar.SECOND, 0);
|
||||
c.set(Calendar.MILLISECOND, 0);
|
||||
|
||||
// Neither start nor end are at midnight to start
|
||||
// Neither start nor end are at midnight to start with
|
||||
assertEquals(false, CalendarEntryDTO.isAllDay(entry));
|
||||
|
||||
// Set the start to midnight
|
||||
|
Reference in New Issue
Block a user