@@ -105,7 +105,7 @@ private static void instantiateEmployees() {
105
105
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )101 ,
106
106
1234567890L , (byte )5 , 1500.5f , 75000.0 , 'M' , Period .of (10 ,10 ,0 ),
107
107
1 , true , (byte ) 1 , 'M' , (short ) 25 , 50000L ,
108
- 4.5f , 5000.0 ));
108
+ 4.5f , 5000.0 , java . util . Date . from ( Instant . now ()) ));
109
109
110
110
employees .add (new Employee (2 , new BigDecimal ("60000.99" ), new BigInteger ("987654321" ),
111
111
"Jane" , "B" , "Smith" , Date .valueOf ("2016-02-20" ), Time .valueOf ("08:30:00" ),
@@ -115,7 +115,7 @@ private static void instantiateEmployees() {
115
115
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )102 ,
116
116
1234567891L , (byte )4 , 1200.0f , 68000.0 , 'F' ,Period .of (10 ,10 ,0 ),
117
117
2 , false , (byte ) 2 , 'F' , (short ) 30 , 60000L ,
118
- 4.0f , 6000.0 ));
118
+ 4.0f , 6000.0 , java . util . Date . from ( Instant . now ()) ));
119
119
120
120
employees .add (new Employee (3 , new BigDecimal ("45000.99" ), new BigInteger ("456789123" ),
121
121
"Alice" , "C" , "Johnson" , Date .valueOf ("2017-03-30" ), Time .valueOf ("07:45:00" ),
@@ -124,7 +124,7 @@ private static void instantiateEmployees() {
124
124
false , new byte []{5 , 6 }, phones3 , LocalDate .now (), Instant .now (),LocalTime .now (),
125
125
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )104 ,
126
126
1234567893L , (byte )2 , 950.0f , 60000.0 , 'F' ,Period .of (10 ,10 ,0 ),3 ,
127
- true , (byte ) 3 , 'M' , (short ) 35 , 70000L , 3.5f , 7000.0 ));
127
+ true , (byte ) 3 , 'M' , (short ) 35 , 70000L , 3.5f , 7000.0 , java . util . Date . from ( Instant . now ()) ));
128
128
129
129
employees .add (new Employee (4 , new BigDecimal ("70000.99" ), new BigInteger ("654321987" ),
130
130
"Bob" , "D" , "Williams" , Date .valueOf ("2018-04-15" ), Time .valueOf ("10:15:00" ),
@@ -133,7 +133,7 @@ private static void instantiateEmployees() {
133
133
true , new byte []{7 , 8 }, phones4 , LocalDate .now (), Instant .now (),LocalTime .now (),
134
134
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )103 ,
135
135
1234567892L , (byte )3 , 800.0f , 55000.0 , 'M' ,Period .of (10 ,10 ,0 ),4 ,
136
- true , (byte ) 4 , 'F' , (short ) 40 , 80000L , 4.8f , 8000.0 ));
136
+ true , (byte ) 4 , 'F' , (short ) 40 , 80000L , 4.8f , 8000.0 , java . util . Date . from ( Instant . now ()) ));
137
137
138
138
employees .add (new Employee (5 , new BigDecimal ("55000.99" ), new BigInteger ("321987654" ),
139
139
"Charlie" , "E" , "Brown" , Date .valueOf ("2019-05-05" ), Time .valueOf ("11:00:00" ),
@@ -142,7 +142,7 @@ private static void instantiateEmployees() {
142
142
false , new byte []{9 , 10 }, phones5 , LocalDate .now (), Instant .now (),LocalTime .now (),
143
143
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )105 ,
144
144
1234567894L , (byte )5 , 1400.0f , 72000.0 , 'M' ,Period .of (10 ,10 ,0 ),5 ,
145
- false , (byte ) 5 , 'M' , (short ) 45 , 90000L , 3.8f , 9000.0 ));
145
+ false , (byte ) 5 , 'M' , (short ) 45 , 90000L , 3.8f , 9000.0 , java . util . Date . from ( Instant . now ()) ));
146
146
147
147
employees .add (new Employee (6 , new BigDecimal ("48000.99" ), new BigInteger ("159753852" ),
148
148
"Eve" , "F" , "Davis" , Date .valueOf ("2020-06-10" ), Time .valueOf ("12:00:00" ),
@@ -151,7 +151,7 @@ private static void instantiateEmployees() {
151
151
true , new byte []{11 , 12 }, phones6 , LocalDate .now (), Instant .now (),LocalTime .now (),
152
152
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )110 ,
153
153
1234567899L , (byte )5 , 1600.0f , 80000.0 , 'F' ,Period .of (10 ,10 ,0 ),6 ,
154
- true , (byte ) 6 , 'F' , (short ) 50 , 100000L , 4.2f , 10000.0 ));
154
+ true , (byte ) 6 , 'F' , (short ) 50 , 100000L , 4.2f , 10000.0 , java . util . Date . from ( Instant . now ()) ));
155
155
156
156
employees .add (new Employee (7 , new BigDecimal ("62000.99" ), new BigInteger ("951753852" ),
157
157
"Frank" , "G" , "Evans" , Date .valueOf ("2021-07-20" ), Time .valueOf ("08:00:00" ),
@@ -160,7 +160,7 @@ private static void instantiateEmployees() {
160
160
false , new byte []{13 , 14 }, phones7 , LocalDate .now (), Instant .now (),LocalTime .now (),
161
161
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )109 ,
162
162
1234567898L , (byte )2 , 900.0f , 61000.0 , 'M' ,Period .of (10 ,10 ,0 ),7 ,
163
- false , (byte ) 7 , 'M' , (short ) 55 , 110000L , 3.2f , 11000.0 ));
163
+ false , (byte ) 7 , 'M' , (short ) 55 , 110000L , 3.2f , 11000.0 , java . util . Date . from ( Instant . now ()) ));
164
164
165
165
employees .add (new Employee (8 , new BigDecimal ("53000.99" ), new BigInteger ("753951456" ),
166
166
"Grace" , "H" , "Green" , Date .valueOf ("2022-08-30" ), Time .valueOf ("09:30:00" ),
@@ -169,7 +169,7 @@ private static void instantiateEmployees() {
169
169
true , new byte []{15 , 16 }, phones8 , LocalDate .now (), Instant .now (),LocalTime .now (),
170
170
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ), (short )106 ,
171
171
1234567895L , (byte )1 , 500.0f , 45000.0 , 'F' ,Period .of (10 ,10 ,0 ),8 ,
172
- true , (byte ) 8 , 'F' , (short ) 60 , 120000L , 4.7f , 12000.0 ));
172
+ true , (byte ) 8 , 'F' , (short ) 60 , 120000L , 4.7f , 12000.0 , java . util . Date . from ( Instant . now ()) ));
173
173
174
174
employees .add (new Employee (9 , new BigDecimal ("59000.99" ), new BigInteger ("357159852" ),
175
175
"Hank" , "I" , "Martinez" , Date .valueOf ("2023-09-01" ), Time .valueOf ("10:45:00" ),
@@ -178,7 +178,7 @@ private static void instantiateEmployees() {
178
178
false , new byte []{17 , 18 }, phones9 , LocalDate .now (), Instant .now (),LocalTime .now (),
179
179
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )107 ,
180
180
1234567896L , (byte )3 , 850.0f , 58000.0 , 'M' , Period .of (10 ,10 ,0 ),9 ,
181
- false , (byte ) 9 , 'M' , (short ) 65 , 130000L , 3.6f , 13000.0 ));
181
+ false , (byte ) 9 , 'M' , (short ) 65 , 130000L , 3.6f , 13000.0 , java . util . Date . from ( Instant . now ()) ));
182
182
183
183
employees .add (new Employee (10 , new BigDecimal ("61000.99" ), new BigInteger ("147258369" ),
184
184
"Ivy" , "J" , "Parker" , Date .valueOf ("2024-09-01" ), Time .valueOf ("11:15:00" ),
@@ -187,6 +187,6 @@ private static void instantiateEmployees() {
187
187
true , new byte []{19 , 20 }, phones10 , LocalDate .now (), Instant .now (),LocalTime .now (),
188
188
MonthDay .now (), YearMonth .now (), System .currentTimeMillis (), ZonedDateTime .now (ZoneOffset .UTC ),(short )106 ,
189
189
1234567895L , (byte )1 , 500.0f , 45000.0 , 'F' ,Period .of (10 ,10 ,0 ),10 ,
190
- true , (byte ) 10 , 'F' , (short ) 70 , 140000L , 4.9f , 14000.0 ));
190
+ true , (byte ) 10 , 'F' , (short ) 70 , 140000L , 4.9f , 14000.0 , java . util . Date . from ( Instant . now ()) ));
191
191
}
192
192
}
0 commit comments