SQL and datetime from unix (epoch) time
from here: SQLite SELECT datetime(MyColumn, “unixepoch”, “localtime”) FROM MyTable MySQL SELECT from_unixtime(MyColumn) FROM MyTable
from here: SQLite SELECT datetime(MyColumn, “unixepoch”, “localtime”) FROM MyTable MySQL SELECT from_unixtime(MyColumn) FROM MyTable
Well, the first thing to make sure is that Guest Additions are correctly installed. For example, on Ubuntu 16.04 guest on VirtualBox 5.0.32 r112930 I received a message that the kernel headers were not found (even though they did exist). This was fixed with: sudo apt-get install dkms Next problem was constantly receiving a protocol …
Continue reading ‘Virtual Box – Shared folders on Ubuntu Guest’ »