Subversion Repository Public Repository

litesoft

Diff Revisions 864 vs 865 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/SimpleTime.java

Diff revisions: vs.
  @@ -601,7 +601,7 @@
601 601
602 602 public StandIn( int pResolutionIndex, Date pDate )
603 603 {
604 - inject( pResolutionIndex, new UtilDateAdaptor( pDate, pResolutionIndex + 1 ) );
604 + inject( pResolutionIndex, new UtilDateAdaptor( pDate, pResolutionIndex + 3 ) );
605 605 }
606 606
607 607 public StandIn( UtilDateAdaptor pAdaptor )