Advertisement
Guest User

Untitled

a guest
Jun 4th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.43 KB | None | 0 0
  1. [atrofast@atrofast-desktop test]$ java IngresTests jdbc:ingres://localhost:G17/geo
  2. Test table created.                                                                                                                                                                                  
  3.                                                                                                                                                                                                      
  4. Local time according to Java: 13 Jul 2010 11:16:19 -0400                                                                                                                                            
  5. Local time according to Ingres: 13 Jul 2010 15:16:19 -0400                                                                                                                                          
  6.                                                                                                                                                                                                      
  7. Test table dropped.                                                                                                                                                                                  
  8. [atrofast@atrofast-desktop test]$ java IngresTests jdbc:ingres://localhost:G17/geo;TZ=NA-EASTERN                                                                                                    
  9. Test table created.                                                                                                                                                                                  
  10.                                                                                                                                                                                                      
  11. Local time according to Java: 13 Jul 2010 11:16:27 -0400                                                                                                                                            
  12. Local time according to Ingres: 13 Jul 2010 15:16:27 -0400                                                                                                                                          
  13.                                                                                                                                                                                                      
  14. Test table dropped.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement